iControl.LocalLBOCSPStaplingParameters.Beginget_sign_hash C# (CSharp) Method

Beginget_sign_hash() public method

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