Méthode | Description | |
---|---|---|
CloseAllSessions ( ) : void |
Closes all sessions an application has with a token
|
|
CloseSession ( |
Closes a session between an application and a token
|
|
GetMechanismInfo ( CKM mechanism ) : |
Obtains information about a particular mechanism possibly supported by a token
|
|
GetMechanismList ( ) : List |
Obtains a list of mechanism types supported by a token
|
|
GetSlotInfo ( ) : |
Obtains information about a particular slot in the system
|
|
GetTokenInfo ( ) : |
Obtains information about a particular token in the system.
|
|
InitToken ( byte soPin, byte label ) : void |
Initializes a token
|
|
InitToken ( string soPin, string label ) : void |
Initializes a token
|
|
OpenSession ( bool readOnly ) : |
Opens a session between an application and a token in a particular slot
|
Méthode | Description | |
---|---|---|
Slot ( LowLevelAPI80 pkcs11, ulong slotId ) : System |
Initializes new instance of Slot class
|
public CloseSession ( |
||
session | Session | |
Résultat | void |
public GetMechanismInfo ( CKM mechanism ) : |
||
mechanism | CKM | Mechanism |
Résultat |
public InitToken ( byte soPin, byte label ) : void | ||
soPin | byte | SO's initial PIN |
label | byte | Label of the token |
Résultat | void |
public InitToken ( string soPin, string label ) : void | ||
soPin | string | SO's initial PIN |
label | string | Label of the token |
Résultat | void |
public OpenSession ( bool readOnly ) : |
||
readOnly | bool | Flag indicating whether session should be read only |
Résultat |