C# Class Net.Pkcs11Interop.HighLevelAPI80.MechanismParams.CkWtlsKeyMatOut

Resulting key handles and initialization vectors after performing a DeriveKey method with the CKM_WTLS_SERVER_KEY_AND_MAC_DERIVE or with the CKM_WTLS_CLIENT_KEY_AND_MAC_DERIVE mechanism
Inheritance: IDisposable
Afficher le fichier Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes object

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes object

Private Methods

Méthode Description
CkWtlsKeyMatOut ( ulong ivLength ) : System

Initializes a new instance of the CkWtlsKeyMatOut class.

Method Details

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