C# Class Net.Pkcs11Interop.LowLevelAPI40.CK_SESSION_INFO

Afficher le fichier Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Méthodes publiques

Свойство Type Description
DeviceError uint
Flags uint
SlotId uint
State uint

Property Details

DeviceError public_oe property

An error code defined by the cryptographic device. Used for errors not covered by Cryptoki.
public uint DeviceError
Résultat uint

Flags public_oe property

Bit flags that define the type of session
public uint Flags
Résultat uint

SlotId public_oe property

ID of the slot that interfaces with the token
public uint SlotId
Résultat uint

State public_oe property

The state of the session
public uint State
Résultat uint