Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI81.CK_SLOT_INFO Struct Reference

Provides information about a slot More...

Public Attributes

byte [] SlotDescription
 Character-string description of the slot. Must be padded with the blank character (‘ ‘). Should not be null-terminated. More...
 
byte [] ManufacturerId
 ID of the slot manufacturer. Must be padded with the blank character (‘ ‘). Should not be null-terminated. More...
 
NativeULong Flags
 Bits flags that provide capabilities of the slot. More...
 
CK_VERSION HardwareVersion
 Version number of the slot's hardware More...
 
CK_VERSION FirmwareVersion
 Version number of the slot's firmware More...
 

Detailed Description

Provides information about a slot

Member Data Documentation

◆ FirmwareVersion

CK_VERSION Net.Pkcs11Interop.LowLevelAPI81.CK_SLOT_INFO.FirmwareVersion

Version number of the slot's firmware

◆ Flags

NativeULong Net.Pkcs11Interop.LowLevelAPI81.CK_SLOT_INFO.Flags

Bits flags that provide capabilities of the slot.

◆ HardwareVersion

CK_VERSION Net.Pkcs11Interop.LowLevelAPI81.CK_SLOT_INFO.HardwareVersion

Version number of the slot's hardware

◆ ManufacturerId

byte [] Net.Pkcs11Interop.LowLevelAPI81.CK_SLOT_INFO.ManufacturerId

ID of the slot manufacturer. Must be padded with the blank character (‘ ‘). Should not be null-terminated.

◆ SlotDescription

byte [] Net.Pkcs11Interop.LowLevelAPI81.CK_SLOT_INFO.SlotDescription

Character-string description of the slot. Must be padded with the blank character (‘ ‘). Should not be null-terminated.


The documentation for this struct was generated from the following file: