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

Parameters returned by all OTP mechanisms in successful calls to Sign method
Inheritance: IDisposable
Afficher le fichier Open project: Pkcs11Interop/Pkcs11Interop

Méthodes publiques

Méthode Description
CkOtpSignatureInfo ( byte signature ) : System

Initializes a new instance of the CkOtpSignatureInfo class.

Dispose ( ) : void

Disposes object

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes object

Method Details

CkOtpSignatureInfo() public méthode

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
Résultat System

Dispose() public méthode

Disposes object
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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