PinUvAuthProtocol Property
PinUvAuthProtocol
An optional PIN/UV protocol version chosen by the platform.
C#
public Nullable<PinUvAuthProtocol> PinUvAuthProtocol { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PinUvAuthProtocol> |
Remarks
A PIN/UV protocol must be used when working with a PIN. The specified protocol must be one of the protocols that are supported by the YubiKey. This can be determined by issuing the AuthenticatorGetInfo command.
This parameter is optional for the GetPinRetries and GetUvRetries subcommands, and is mandatory for all others.