CredProtectPolicy Property
CredProtectPolicy
The credential protection policy. See section 12.1.1 of the FIDO2 standard for a description of the meanings of the number returned.
C#
public Nullable<int> CredProtectPolicy { 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.