NumberOfDiscoverableCredentials Property
NumberOfDiscoverableCredentials
The number of discoverable credentials on the YubiKey. This is not the total number of credentials, because there could be non-discoverable credentials as well.
C#
public Nullable<int> NumberOfDiscoverableCredentials { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Remarks
Not all calls to get credential management data will return this element, hence, it can be null.