Pkcs11Interop  5.1.2
Protected Attributes | Properties | List of all members
Net.Pkcs11Interop.HighLevelAPI41.SlotInfo Class Reference

Information about a slot More...

Inherits Net.Pkcs11Interop.HighLevelAPI.ISlotInfo.

Protected Attributes

NativeULong _slotId = CK.CK_INVALID_HANDLE
 PKCS#11 handle of slot More...
 
string _slotDescription = null
 Description of the slot More...
 
string _manufacturerId = null
 ID of the slot manufacturer More...
 
SlotFlags _slotFlags = null
 Flags that provide capabilities of the slot More...
 
string _hardwareVersion = null
 Version number of the slot's hardware More...
 
string _firmwareVersion = null
 Version number of the slot's firmware More...
 

Properties

ulong SlotId [get]
 PKCS#11 handle of slot More...
 
string SlotDescription [get]
 Description of the slot More...
 
string ManufacturerId [get]
 ID of the slot manufacturer More...
 
ISlotFlags SlotFlags [get]
 Flags that provide capabilities of the slot More...
 
string HardwareVersion [get]
 Version number of the slot's hardware More...
 
string FirmwareVersion [get]
 Version number of the slot's firmware More...
 
- Properties inherited from Net.Pkcs11Interop.HighLevelAPI.ISlotInfo
ulong SlotId [get]
 PKCS#11 handle of slot More...
 
string SlotDescription [get]
 Description of the slot More...
 
string ManufacturerId [get]
 ID of the slot manufacturer More...
 
ISlotFlags SlotFlags [get]
 Flags that provide capabilities of the slot More...
 
string HardwareVersion [get]
 Version number of the slot's hardware More...
 
string FirmwareVersion [get]
 Version number of the slot's firmware More...
 

Detailed Description

Information about a slot

Member Data Documentation

◆ _firmwareVersion

string Net.Pkcs11Interop.HighLevelAPI41.SlotInfo._firmwareVersion = null
protected

Version number of the slot's firmware

◆ _hardwareVersion

string Net.Pkcs11Interop.HighLevelAPI41.SlotInfo._hardwareVersion = null
protected

Version number of the slot's hardware

◆ _manufacturerId

string Net.Pkcs11Interop.HighLevelAPI41.SlotInfo._manufacturerId = null
protected

ID of the slot manufacturer

◆ _slotDescription

string Net.Pkcs11Interop.HighLevelAPI41.SlotInfo._slotDescription = null
protected

Description of the slot

◆ _slotFlags

SlotFlags Net.Pkcs11Interop.HighLevelAPI41.SlotInfo._slotFlags = null
protected

Flags that provide capabilities of the slot

◆ _slotId

NativeULong Net.Pkcs11Interop.HighLevelAPI41.SlotInfo._slotId = CK.CK_INVALID_HANDLE
protected

PKCS#11 handle of slot

Property Documentation

◆ FirmwareVersion

string Net.Pkcs11Interop.HighLevelAPI41.SlotInfo.FirmwareVersion
get

Version number of the slot's firmware

◆ HardwareVersion

string Net.Pkcs11Interop.HighLevelAPI41.SlotInfo.HardwareVersion
get

Version number of the slot's hardware

◆ ManufacturerId

string Net.Pkcs11Interop.HighLevelAPI41.SlotInfo.ManufacturerId
get

ID of the slot manufacturer

◆ SlotDescription

string Net.Pkcs11Interop.HighLevelAPI41.SlotInfo.SlotDescription
get

Description of the slot

◆ SlotFlags

ISlotFlags Net.Pkcs11Interop.HighLevelAPI41.SlotInfo.SlotFlags
get

Flags that provide capabilities of the slot

◆ SlotId

ulong Net.Pkcs11Interop.HighLevelAPI41.SlotInfo.SlotId
get

PKCS#11 handle of slot


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