C# Class Net.Pkcs11Interop.HighLevelAPI81.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
Exibir arquivo Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Disposes object

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes object

Private Methods

Method Description
CkWtlsKeyMatOut ( ulong ivLength ) : System

Initializes a new instance of the CkWtlsKeyMatOut class.

Method Details

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