iControl.NetworkingIPsecManualSecurityAssociation.Beginget_auth_key_encrypted C# (CSharp) Method

Beginget_auth_key_encrypted() public method

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