C# Class Net.Pkcs11Interop.LowLevelAPI81.CK_SLOT_INFO

Show file Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

Property Type Description
FirmwareVersion CK_VERSION
Flags ulong
HardwareVersion CK_VERSION

Property Details

FirmwareVersion public property

Version number of the slot's firmware
public CK_VERSION FirmwareVersion
return CK_VERSION

Flags public property

Bits flags that provide capabilities of the slot.
public ulong Flags
return ulong

HardwareVersion public property

Version number of the slot's hardware
public CK_VERSION HardwareVersion
return CK_VERSION