iControl.NetworkingIPsecManualSecurityAssociation.set_auth_key_encrypted C# (CSharp) Method

set_auth_key_encrypted() private method

private set_auth_key_encrypted ( string associations, string keys ) : void
associations string
keys string
return void
        public void set_auth_key_encrypted(
		string [] associations,
		string [] keys
	)
        {
            this.Invoke("set_auth_key_encrypted", new object [] {
                associations,
                keys});
        }
NetworkingIPsecManualSecurityAssociation