IsRetry Property
IsRetry
Indicates if the current request for an item has already been tried
and was incorrect. That is, is the current request the initial
request or did a previous attempt fail and the SDK is requesting the
KeyCollector
try again? If true
, the request is for a
retry, if false
, the request is the initial attempt.
C#
public bool IsRetry { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Note that enrolling a fingerprint generally requires several samples,
and each sample is not a retry, but rather more information the
YubiKey uses to build a template. Hence, after each fingerprint
sample, this property will not be true, even if the previous sample
was considered a failure. Rather, look at the
Last