Skip to content

NetworkVPN

Greg Kolinski edited this page Nov 28, 2017 · 4 revisions

Back To Object Classes


public partial class NetworkVPN {
        public string LocalTunnel {get;set;}
        public string RemoteTunnel {get;set;}
        public string[] EncryptionDomain {get;set;}
        public string SharedSecret {get;set;}
        public NetworkVPNEncryptionMethod EncryptionMethod {get;set;}
    }

Public Properties


Back To Object Classes

Clone this wiki locally