Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 2.48 KB

DSInternals.Win32.WebAuthn.AuthenticatorSelection.md

File metadata and controls

67 lines (44 loc) · 2.48 KB

Class AuthenticatorSelection

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

public class AuthenticatorSelection

Inheritance

objectAuthenticatorSelection

Inherited Members

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

Properties

AuthenticatorAttachment

Preferred attachment modality.

[JsonPropertyName("authenticatorAttachment")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AuthenticatorAttachment AuthenticatorAttachment { get; set; }

Property Value

AuthenticatorAttachment

RequireResidentKey

Preferred client-side credential discoverability.

[JsonPropertyName("requireResidentKey")]
public bool RequireResidentKey { get; set; }

Property Value

bool

UserVerificationRequirement

Requirement to verify the user is present during credential provisioning.

[JsonPropertyName("userVerification")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public UserVerificationRequirement UserVerificationRequirement { get; set; }

Property Value

UserVerificationRequirement