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

Resulting key handles and initialization vectors after performing a DeriveKey method with the CKM_SSL3_KEY_AND_MAC_DERIVE mechanism
Inheritance: IDisposable
Mostra file 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
CkSsl3KeyMatOut ( ulong ivLength ) : System

Initializes a new instance of the CkSsl3KeyMatOut 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