WebAuthnClient Methods |
The WebAuthnClient type exposes the following members.
Name | Description | |
---|---|---|
AddCredentialAsync |
Adds the credential to the specified authenticator.
| |
AddVirtualAuthenticatorAsync |
Creates and adds a virtual authenticator.
| |
ClearCredentialsAsync |
Clears all the credentials from the specified device.
| |
DisableAsync |
Disable the WebAuthn domain.
| |
EnableAsync |
Enable the WebAuthn domain and start intercepting credential storage and
retrieval with a virtual authenticator.
| |
EnumToString(Enum) | (Inherited from DevToolsDomainBase.) | |
EnumToString(PermissionType) | (Inherited from DevToolsDomainBase.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCredentialAsync |
Returns a single credential stored in the given virtual authenticator that
matches the credential ID.
| |
GetCredentialsAsync |
Returns all the credentials stored in the given virtual authenticator.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveCredentialAsync |
Removes a credential from the authenticator.
| |
RemoveVirtualAuthenticatorAsync |
Removes the given authenticator.
| |
SetAutomaticPresenceSimulationAsync |
Sets whether tests of user presence will succeed immediately (if true) or fail to resolve (if false) for an authenticator.
The default is true.
| |
SetUserVerifiedAsync |
Sets whether User Verification succeeds or fails for an authenticator.
The default is true.
| |
ToBase64String | (Inherited from DevToolsDomainBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |