Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll
public class AuthenticatorSelection
object ← AuthenticatorSelection
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Preferred attachment modality.
[JsonPropertyName("authenticatorAttachment")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AuthenticatorAttachment AuthenticatorAttachment { get; set; }
Preferred client-side credential discoverability.
[JsonPropertyName("requireResidentKey")]
public bool RequireResidentKey { get; set; }
Requirement to verify the user is present during credential provisioning.
[JsonPropertyName("userVerification")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public UserVerificationRequirement UserVerificationRequirement { get; set; }