Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll
Information about credential.
public sealed class CredentialDetails
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Corresponds to WEBAUTHN_CREDENTIAL_DETAILS.
Indicates if the credential is backed up or not.
public bool BackedUp { get; set; }
The credential Id.
public byte[] CredentialId { get; set; }
byte[]
The relying party information.
public RelyingPartyInformation RelyingPartyInformation { get; set; }
Indicates if the credential is removable or not.
public bool Removable { get; set; }
The user information.
public UserInformation UserInformation { get; set; }