NetworkVPN - LorenData/ECGrid-API GitHub Wiki

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