C# Class Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkOtpSignatureInfo

Parameters returned by all OTP mechanisms in successful calls to Sign method
Inheritance: IDisposable
Show file Open project: Pkcs11Interop/Pkcs11Interop

Public Methods

Method Description
CkOtpSignatureInfo ( byte signature ) : System

Initializes a new instance of the CkOtpSignatureInfo class.

Dispose ( ) : void

Disposes object

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes object

Method Details

CkOtpSignatureInfo() public method

Initializes a new instance of the CkOtpSignatureInfo class.
public CkOtpSignatureInfo ( byte signature ) : System
signature byte Signature value returned by all OTP mechanisms in successful calls to Sign method
return System

Dispose() public method

Disposes object
public Dispose ( ) : void
return void

Dispose() protected method

Disposes object
protected Dispose ( bool disposing ) : void
disposing bool Flag indicating whether managed resources should be disposed
return void