Pkcs11Interop  5.1.2
Protected Attributes | Properties | List of all members
Net.Pkcs11Interop.HighLevelAPI81.SlotFlags Class Reference

Flags that provide capabilities of the slot More...

Inherits Net.Pkcs11Interop.HighLevelAPI.ISlotFlags.

Protected Attributes

NativeULong _flags
 Bits flags that provide capabilities of the slot More...
 

Properties

ulong Flags [get]
 Bits flags that provide capabilities of the slot More...
 
bool TokenPresent [get]
 True if a token is present in the slot (e.g. a device is in the reader) More...
 
bool RemovableDevice [get]
 True if the reader supports removable devices More...
 
bool HardwareSlot [get]
 True if the slot is a hardware slot, as opposed to a software slot implementing a "soft token" More...
 
- Properties inherited from Net.Pkcs11Interop.HighLevelAPI.ISlotFlags
ulong Flags [get]
 Bits flags that provide capabilities of the slot More...
 
bool TokenPresent [get]
 True if a token is present in the slot (e.g. a device is in the reader) More...
 
bool RemovableDevice [get]
 True if the reader supports removable devices More...
 
bool HardwareSlot [get]
 True if the slot is a hardware slot, as opposed to a software slot implementing a "soft token" More...
 

Detailed Description

Flags that provide capabilities of the slot

Member Data Documentation

◆ _flags

NativeULong Net.Pkcs11Interop.HighLevelAPI81.SlotFlags._flags
protected

Bits flags that provide capabilities of the slot

Property Documentation

◆ Flags

ulong Net.Pkcs11Interop.HighLevelAPI81.SlotFlags.Flags
get

Bits flags that provide capabilities of the slot

◆ HardwareSlot

bool Net.Pkcs11Interop.HighLevelAPI81.SlotFlags.HardwareSlot
get

True if the slot is a hardware slot, as opposed to a software slot implementing a "soft token"

◆ RemovableDevice

bool Net.Pkcs11Interop.HighLevelAPI81.SlotFlags.RemovableDevice
get

True if the reader supports removable devices

◆ TokenPresent

bool Net.Pkcs11Interop.HighLevelAPI81.SlotFlags.TokenPresent
get

True if a token is present in the slot (e.g. a device is in the reader)


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