ClientPinData Class
Namespace: Yubico.YubiThe results of a call to the Client
public class ClientPinData
Remarks
This class contains all of the data that can be returned in a Client
It is often more convenient to issue a subcommand directly through its command class representation. That
command class will have a partner response class that will only return the set of information that is relevant
to that subcommand. It is recommended that you use this approach rather than using Client
Properties
Name | Description |
---|---|
Key |
Used to convey the authenticator's public key to the client / platform. |
Pin |
The number of PIN attempts remaining before the YubiKey's FIDO2 application is locked out. |
Pin |
The pinUvAuthToken, encrypted by calling |
Power |
Indicates whether the YubiKey requires a power cycle before any future PIN operations can continue. |
Uv |
The number of User Verification retries remaining before a lockout of the YubiKey will occur. |