Click or drag to resize

Credential Class

Version 130.1.90
Credential
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.WebAuthnCredential

Namespace: CefSharp.DevTools.WebAuthn
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class Credential : DevToolsDomainEntityBase

The Credential type exposes the following members.

Constructors
 NameDescription
Public methodCredentialInitializes a new instance of the Credential class
Top
Properties
 NameDescription
Public propertyBackupEligibility Assertions returned by this credential will have the backup eligibility (BE) flag set to this value. Defaults to the authenticator's defaultBackupEligibility value.
Public propertyBackupState Assertions returned by this credential will have the backup state (BS) flag set to this value. Defaults to the authenticator's defaultBackupState value.
Public propertyCredentialId CredentialId
Public propertyIsResidentCredential IsResidentCredential
Public propertyLargeBlob The large blob associated with the credential. See https://w3c.github.io/webauthn/#sctn-large-blob-extension
Public propertyPrivateKey The ECDSA P-256 private key in PKCS#8 format.
Public propertyRpId Relying Party ID the credential is scoped to. Must be set when adding a credential.
Public propertySignCount Signature counter. This is incremented by one for each successful assertion. See https://w3c.github.io/webauthn/#signature-counter
Public propertyUserHandle An opaque byte sequence with a maximum size of 64 bytes mapping the credential to a specific user.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also