Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 2.24 KB

DSInternals.Win32.WebAuthn.PublicKeyCredential.md

File metadata and controls

61 lines (41 loc) · 2.24 KB

Class PublicKeyCredential

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

public class PublicKeyCredential

Inheritance

objectPublicKeyCredential

Inherited Members

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

Properties

AuthenticatorResponse

[JsonPropertyName("response")]
public AuthenticatorAttestationResponse AuthenticatorResponse { get; set; }

Property Value

AuthenticatorAttestationResponse

ClientExtensionResults

[JsonPropertyName("clientExtensionResults")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public AuthenticationExtensionsClientOutputs ClientExtensionResults { get; set; }

Property Value

AuthenticationExtensionsClientOutputs

Id

[JsonPropertyName("id")]
[JsonConverter(typeof(Base64UrlConverter))]
public byte[] Id { get; set; }

Property Value

byte[]