Enum CredProtectPolicy
This enum lists all the possible "credProtect" extension policies supported by the FIDO2 standard.
public enum CredProtectPolicy
Fields
None = 0
No policy is specified.
UserVerificationOptional = 1
This policy specifies that the RP is not requiring UV.
UserVerificationOptionalWithCredentialIDList = 2
This policy specifies that UV is optional if a credential ID is supplied at the time of Get Assertion, but required if no credential ID is supplied.
UserVerificationRequired = 3
This policy specifies that UV is required to get an assertion.