iControl.NetworkingIPsecIkePeer.Beginset_my_certificate_key_passphrase C# (CSharp) Method

Beginset_my_certificate_key_passphrase() public method

public Beginset_my_certificate_key_passphrase ( string peers, string passphrases, System callback, object asyncState ) : System.IAsyncResult
peers string
passphrases string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_my_certificate_key_passphrase(string [] peers,string [] passphrases, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_my_certificate_key_passphrase", new object[] {
            peers,
            passphrases}, callback, asyncState);
        }
NetworkingIPsecIkePeer