iControl.LocalLBOCSPStaplingParameters.Beginset_signer_key_passphrase C# (CSharp) Method

Beginset_signer_key_passphrase() public method

public Beginset_signer_key_passphrase ( string stapling_parameters, string passphrases, System callback, object asyncState ) : System.IAsyncResult
stapling_parameters string
passphrases string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_signer_key_passphrase(string [] stapling_parameters,string [] passphrases, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_signer_key_passphrase", new object[] {
            stapling_parameters,
            passphrases}, callback, asyncState);
        }
LocalLBOCSPStaplingParameters