Web |
The WebAuthnClient type exposes the following members.
| Name | Description | |
|---|---|---|
| WebAuthnClient | WebAuthn |
| 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(ContentEncoding) | (Inherited from DevToolsDomainBase) | |
| EnumToString(CSPViolationType) | (Inherited from DevToolsDomainBase) | |
| EnumToString(DisabledImageType) | (Inherited from DevToolsDomainBase) | |
| 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. | |
| SetCredentialPropertiesAsync | Allows setting credential properties. https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties | |
| SetResponseOverrideBitsAsync | Resets parameters isBogusSignature, isBadUV, isBadUP to false if they are not present. | |
| 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) |
| Name | Description | |
|---|---|---|
| CredentialAdded | Triggered when a credential is added to an authenticator. | |
| CredentialAsserted | Triggered when a credential is used in a webauthn assertion. |