Pkcs11Interop  5.1.2
Properties | List of all members
Net.Pkcs11Interop.HighLevelAPI.ISlotFlags Interface Reference

Flags that provide capabilities of the slot More...

Inherited by Net.Pkcs11Interop.HighLevelAPI40.SlotFlags, Net.Pkcs11Interop.HighLevelAPI41.SlotFlags, Net.Pkcs11Interop.HighLevelAPI80.SlotFlags, and Net.Pkcs11Interop.HighLevelAPI81.SlotFlags.

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...
 

Detailed Description

Flags that provide capabilities of the slot

Property Documentation

◆ Flags

ulong Net.Pkcs11Interop.HighLevelAPI.ISlotFlags.Flags
get

Bits flags that provide capabilities of the slot

◆ HardwareSlot

bool Net.Pkcs11Interop.HighLevelAPI.ISlotFlags.HardwareSlot
get

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

◆ RemovableDevice

bool Net.Pkcs11Interop.HighLevelAPI.ISlotFlags.RemovableDevice
get

True if the reader supports removable devices

◆ TokenPresent

bool Net.Pkcs11Interop.HighLevelAPI.ISlotFlags.TokenPresent
get

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


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