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