Skip to content

Latest commit

 

History

History
91 lines (55 loc) · 2.54 KB

DSInternals.Win32.WebAuthn.CredentialDetails.md

File metadata and controls

91 lines (55 loc) · 2.54 KB

Class CredentialDetails

Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll

Information about credential.

public sealed class CredentialDetails

Inheritance

objectCredentialDetails

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Remarks

Corresponds to WEBAUTHN_CREDENTIAL_DETAILS.

Properties

BackedUp

Indicates if the credential is backed up or not.

public bool BackedUp { get; set; }

Property Value

bool

CredentialId

The credential Id.

public byte[] CredentialId { get; set; }

Property Value

byte[]

RelyingPartyInformation

The relying party information.

public RelyingPartyInformation RelyingPartyInformation { get; set; }

Property Value

RelyingPartyInformation

Removable

Indicates if the credential is removable or not.

public bool Removable { get; set; }

Property Value

bool

UserInformation

The user information.

public UserInformation UserInformation { get; set; }

Property Value

UserInformation