TokenInfo.TokenFlag Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SPOT.Cryptoki
Assembly: Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration TokenFlag
[FlagsAttribute]
public enum TokenFlag
[FlagsAttribute]
public enum class TokenFlag
[<FlagsAttribute>]
type TokenFlag
public enum TokenFlag
Members
| Member name | Description | |
|---|---|---|
| RandomNumberGenerator | ||
| WriteProtected | ||
| LoginRequired | ||
| UserPinInitialized | ||
| RestoreKeyNotNeeded | ||
| ClockOnToken | ||
| ProtectedAuthenticationPath | ||
| DualCryptoOperations | ||
| TokenInitialized | ||
| SecondaryAuthentication | ||
| UserPinCountLow | ||
| UserPinFinalTry | ||
| UserPinLocked | ||
| UserPinToBeChanged | ||
| SOPinCountLow | ||
| SOPinFinalTry | ||
| SOPinLocked | ||
| SOPinToBeChanged | ||
| ErrorState |