C# Class Net.Pkcs11Interop.HighLevelAPI40.Mechanism

Mechanism and its parameters (CK_MECHANISM alternative)
Inheritance: IDisposable
Afficher le fichier Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 ( uint type ) : System

Creates mechanism of given type with no parameter

Mechanism ( uint type, IMechanismParams parameter ) : System

Creates mechanism of given type with object parameter

Mechanism ( uint type, byte parameter ) : System

Creates mechanism of given type with byte array parameter

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes object

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

Mechanism() public méthode

Creates mechanism of given type with no parameter
public Mechanism ( CKM type ) : System
type CKM Mechanism type
Résultat System

Mechanism() public méthode

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

Mechanism() public méthode

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

Mechanism() public méthode

Creates mechanism of given type with no parameter
public Mechanism ( uint type ) : System
type uint Mechanism type
Résultat System

Mechanism() public méthode

Creates mechanism of given type with object parameter
public Mechanism ( uint type, IMechanismParams parameter ) : System
type uint Mechanism type
parameter IMechanismParams Mechanism parameter
Résultat System

Mechanism() public méthode

Creates mechanism of given type with byte array parameter
public Mechanism ( uint type, byte parameter ) : System
type uint Mechanism type
parameter byte Mechanism parameter
Résultat System