C# Class Yoq.Windows.WebAuthn.AuthenticatorMakeCredentialOptions

Show file Open project: dbeinder/Yoq.Windows.WebAuthn Class Usage Examples

Public Properties

Property Type Description
AttestationConveyancePreference AttestationConveyancePreference
AuthenticatorAttachment AuthenticatorAttachment
CancellationId Guid?
ExcludeCredentials ICollection
ExcludeCredentialsEx ICollection
Extensions ICollection
RequireResidentKey bool
TimeoutMilliseconds int
UserVerificationRequirement UserVerificationRequirement

Property Details

AttestationConveyancePreference public property

public AttestationConveyancePreference AttestationConveyancePreference
return AttestationConveyancePreference

AuthenticatorAttachment public property

public AuthenticatorAttachment AuthenticatorAttachment
return AuthenticatorAttachment

CancellationId public property

public Guid? CancellationId
return Guid?

ExcludeCredentials public property

public ICollection ExcludeCredentials
return ICollection

ExcludeCredentialsEx public property

public ICollection ExcludeCredentialsEx
return ICollection

Extensions public property

public ICollection Extensions
return ICollection

RequireResidentKey public property

public bool RequireResidentKey
return bool

TimeoutMilliseconds public property

public int TimeoutMilliseconds
return int

UserVerificationRequirement public property

public UserVerificationRequirement UserVerificationRequirement
return UserVerificationRequirement