iControl.NetworkingIPsecManualSecurityAssociation.Beginset_encrypt_key C# (CSharp) Method

Beginset_encrypt_key() public method

public Beginset_encrypt_key ( string associations, string keys, System callback, object asyncState ) : System.IAsyncResult
associations string
keys string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_encrypt_key(string [] associations,string [] keys, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_encrypt_key", new object[] {
            associations,
            keys}, callback, asyncState);
        }
NetworkingIPsecManualSecurityAssociation