iControl.NetworkingIPsecManualSecurityAssociation.Beginget_auth_key_encrypted C# (CSharp) Méthode

Beginget_auth_key_encrypted() public méthode

public Beginget_auth_key_encrypted ( string associations, System callback, object asyncState ) : System.IAsyncResult
associations string
callback System
asyncState object
Résultat 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