Credential Class |
Namespace: CefSharp.DevTools.WebAuthn
The Credential type exposes the following members.
Name | Description | |
---|---|---|
Credential | Initializes a new instance of the Credential class |
Name | Description | |
---|---|---|
CredentialId |
CredentialId
| |
IsResidentCredential |
IsResidentCredential
| |
PrivateKey |
The ECDSA P-256 private key in PKCS#8 format.
| |
RpId |
Relying Party ID the credential is scoped to. Must be set when adding a
credential.
| |
SignCount |
Signature counter. This is incremented by one for each successful
assertion.
See https://w3c.github.io/webauthn/#signature-counter
| |
UserHandle |
An opaque byte sequence with a maximum size of 64 bytes mapping the
credential to a specific user.
|
Name | Description | |
---|---|---|
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.) | |
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.) | |
ToDictionary | (Inherited from DevToolsDomainEntityBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |