iControl.NetworkingIPsecManualSecurityAssociation.set_encrypt_key_encrypted C# (CSharp) Method

set_encrypt_key_encrypted() private method

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