CredProtectPolicy Enum
Namespace: Yubico.YubiKey.Fido2 Assembly: Yubico.YubiKey.dllThis enum lists all the possible "credProtect" extension policies supported by the FIDO2 standard.
C#
public enum CredProtectPolicy
Fields
None | No policy is specified. |
UserVerificationOptional | This policy specifies that the RP is not requiring UV. |
UserVerificationOptionalWithCredentialIDList | 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 | This policy specifies that UV is required to get an assertion. |