VerifyUvCommand Class
Namespace: Yubico.YubiKey.Piv.Commands Assembly: Yubico.YubiKey.dllAuthenticate with YubiKey Bio multi-protocol capabilities.
C#
public sealed class VerifyUvCommand : Object, IYubiKeyCommand<VerifyUvResponse>
Inheritance
System.Object
VerifyUvCommand
Implements
Remarks
The partner Response class is VerifyUvResponse.
Before calling this method, clients must verify that the authenticator is bio-capable and not blocked for biometric matching.
Constructors
Name | Description |
---|---|
VerifyUvCommand() | Initializes a new instance of the |
VerifyUvCommand(Boolean, Boolean) | Initializes a new instance of the |
Properties
Name | Description |
---|---|
Application | Gets the YubiKeyApplication to which this command belongs. For this command it's PIV. |
CheckOnly | |
RequestTemporaryPin |
Methods
Name | Description |
---|---|
CreateCommandApdu() | Creates a well-formed CommandApdu to send to the YubiKey. |
CreateResponseForApdu(ResponseApdu) | Creates the corresponding IYubiKeyResponse implementation for the current command. |