MaximumCredentialCountInList Property
MaximumCredentialCountInList
The maximum number of credentials in the CredentialID list. Note that this is not the maximum number of credentials on a YubiKey, but the maximum number of credentials represented in a CredentialID list. This property is OPTIONAL, and if the YubiKey provides no value, this will be null.
C#
public Nullable<int> MaximumCredentialCountInList { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |