iControl.LocalLBOCSPStaplingParameters.Beginset_signer_key C# (CSharp) Method

Beginset_signer_key() public method

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