C# 클래스 Yoq.Windows.WebAuthn.AuthenticatorMakeCredentialOptions

파일 보기 프로젝트 열기: dbeinder/Yoq.Windows.WebAuthn 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AttestationConveyancePreference AttestationConveyancePreference
AuthenticatorAttachment AuthenticatorAttachment
CancellationId Guid?
ExcludeCredentials ICollection
ExcludeCredentialsEx ICollection
Extensions ICollection
RequireResidentKey bool
TimeoutMilliseconds int
UserVerificationRequirement UserVerificationRequirement

프로퍼티 상세

AttestationConveyancePreference 공개적으로 프로퍼티

public AttestationConveyancePreference AttestationConveyancePreference
리턴 AttestationConveyancePreference

AuthenticatorAttachment 공개적으로 프로퍼티

public AuthenticatorAttachment AuthenticatorAttachment
리턴 AuthenticatorAttachment

CancellationId 공개적으로 프로퍼티

public Guid? CancellationId
리턴 Guid?

ExcludeCredentials 공개적으로 프로퍼티

public ICollection ExcludeCredentials
리턴 ICollection

ExcludeCredentialsEx 공개적으로 프로퍼티

public ICollection ExcludeCredentialsEx
리턴 ICollection

Extensions 공개적으로 프로퍼티

public ICollection Extensions
리턴 ICollection

RequireResidentKey 공개적으로 프로퍼티

public bool RequireResidentKey
리턴 bool

TimeoutMilliseconds 공개적으로 프로퍼티

public int TimeoutMilliseconds
리턴 int

UserVerificationRequirement 공개적으로 프로퍼티

public UserVerificationRequirement UserVerificationRequirement
리턴 UserVerificationRequirement