Enum PinUvAuthTokenPermissions
Permission flags used to scope the abilities of the PIN / UV auth token.
[Flags]
public enum PinUvAuthTokenPermissions
- Extension Methods
Fields
AuthenticatorConfiguration = 32
Allow the auth token to be used with the Config command. The relying party ID parameter is ignored for this permission.
BioEnrollment = 8
Allow the auth token to be used with the BioEnrollment command. The relying party ID parameter is ignored for this permission.
CredentialManagement = 4
Allow the auth token to be used with the CredentialManagement command. The relying party ID parameter is optional.
GetAssertion = 2
Allow the auth token to be used for GetAssertionCommand operations with the provided relying party ID parameter.
LargeBlobWrite = 16
Allow the auth token to be used with the LargeBlobs command. The relying party ID parameter is ignored for this permission.
MakeCredential = 1
Allow the auth token to be used for MakeCredentialCommand operations with the provided relying party ID parameter.
None = 0
No permissions were specified.