C# Class Net.Pkcs11Interop.HighLevelAPI81.Mechanism

Mechanism and its parameters (CK_MECHANISM alternative)
Inheritance: IDisposable
Datei anzeigen Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void

Disposes object

Mechanism ( CKM type ) : System

Creates mechanism of given type with no parameter

Mechanism ( CKM type, IMechanismParams parameter ) : System

Creates mechanism of given type with object parameter

Mechanism ( CKM type, byte parameter ) : System

Creates mechanism of given type with byte array parameter

Mechanism ( ulong type ) : System

Creates mechanism of given type with no parameter

Mechanism ( ulong type, IMechanismParams parameter ) : System

Creates mechanism of given type with object parameter

Mechanism ( ulong type, byte parameter ) : System

Creates mechanism of given type with byte array parameter

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes object

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

Mechanism() public method

Creates mechanism of given type with no parameter
public Mechanism ( CKM type ) : System
type CKM Mechanism type
return System

Mechanism() public method

Creates mechanism of given type with object parameter
public Mechanism ( CKM type, IMechanismParams parameter ) : System
type CKM Mechanism type
parameter IMechanismParams Mechanism parameter
return System

Mechanism() public method

Creates mechanism of given type with byte array parameter
public Mechanism ( CKM type, byte parameter ) : System
type CKM Mechanism type
parameter byte Mechanism parameter
return System

Mechanism() public method

Creates mechanism of given type with no parameter
public Mechanism ( ulong type ) : System
type ulong Mechanism type
return System

Mechanism() public method

Creates mechanism of given type with object parameter
public Mechanism ( ulong type, IMechanismParams parameter ) : System
type ulong Mechanism type
parameter IMechanismParams Mechanism parameter
return System

Mechanism() public method

Creates mechanism of given type with byte array parameter
public Mechanism ( ulong type, byte parameter ) : System
type ulong Mechanism type
parameter byte Mechanism parameter
return System