YubiKeyFlags Class
Namespace: Yubico.YubiKey.Otp Assembly: Yubico.YubiKey.dllThe three YubiKey OTP flags collected in one class.
C#
public class YubiKeyFlags : Object
Inheritance
System.Object
YubiKeyFlags
Constructors
Name | Description |
---|---|
YubiKeyFlags() |
Properties
Name | Description |
---|---|
Configuration | A langword_csharp_byte containing the flags from ConfigurationFlagsl |
Extended | A langword_csharp_byte containing the flags from ExtendedFlagsl |
Ticket | A langword_csharp_byte containing the flags from TicketFlagsl |
Operators
Name | Description |
---|---|
Implicit(YubiKeyFlags to ConfigurationFlags) | Implicitly extract ConfigurationFlags from a YubiKeyFlags object. |
Implicit(YubiKeyFlags to ExtendedFlags) | Implicitly extract ExtendedFlags from a YubiKeyFlags object. |
Implicit(YubiKeyFlags to TicketFlags) | Implicitly extract TicketFlags from a YubiKeyFlags object. |