Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll
public class PublicKeyCredential
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
[JsonPropertyName("response")]
public AuthenticatorAttestationResponse AuthenticatorResponse { get; set; }
AuthenticatorAttestationResponse
[JsonPropertyName("clientExtensionResults")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public AuthenticationExtensionsClientOutputs ClientExtensionResults { get; set; }
AuthenticationExtensionsClientOutputs
[JsonPropertyName("id")]
[JsonConverter(typeof(Base64UrlConverter))]
public byte[] Id { get; set; }
byte[]