C# Class Net.Pkcs11Interop.LowLevelAPI40.CK_SLOT_INFO

显示文件 Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

Property Type Description
FirmwareVersion CK_VERSION
Flags uint
HardwareVersion CK_VERSION

Property Details

FirmwareVersion public_oe property

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

Flags public_oe property

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

HardwareVersion public_oe property

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