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

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

공개 프로퍼티들

프로퍼티 타입 설명
AttestationConveyancePreference AttestationConveyancePreference
AuthenticatorAttachment AuthenticatorAttachment
CancellationId IntPtr
ExcludeCredentialsExListPtr IntPtr
ExcludeCredentialsList Yoq.Windows.WebAuthn.RawCredentialsList
Extensions Yoq.Windows.WebAuthn.RawWebauthnExtensions
RequireResidentKey bool
TimeoutMilliseconds int
UserVerificationRequirement UserVerificationRequirement

보호된 프로퍼티들

프로퍼티 타입 설명
ReservedFlags int
StructVersion int

공개 메소드들

메소드 설명
Dispose ( ) : void
RawAuthenticatorMakeCredentialOptions ( ) : System
RawAuthenticatorMakeCredentialOptions ( AuthenticatorMakeCredentialOptions makeOptions ) : System

보호된 메소드들

메소드 설명
FreeMemory ( ) : System
FreeMemory ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FreeMemory() 보호된 메소드

protected FreeMemory ( ) : System
리턴 System

FreeMemory() 보호된 메소드

protected FreeMemory ( ) : void
리턴 void

RawAuthenticatorMakeCredentialOptions() 공개 메소드

public RawAuthenticatorMakeCredentialOptions ( ) : System
리턴 System

RawAuthenticatorMakeCredentialOptions() 공개 메소드

public RawAuthenticatorMakeCredentialOptions ( AuthenticatorMakeCredentialOptions makeOptions ) : System
makeOptions AuthenticatorMakeCredentialOptions
리턴 System

프로퍼티 상세

AttestationConveyancePreference 공개적으로 프로퍼티

public AttestationConveyancePreference AttestationConveyancePreference
리턴 AttestationConveyancePreference

AuthenticatorAttachment 공개적으로 프로퍼티

public AuthenticatorAttachment AuthenticatorAttachment
리턴 AuthenticatorAttachment

CancellationId 공개적으로 프로퍼티

public IntPtr CancellationId
리턴 IntPtr

ExcludeCredentialsExListPtr 공개적으로 프로퍼티

public IntPtr ExcludeCredentialsExListPtr
리턴 IntPtr

ExcludeCredentialsList 공개적으로 프로퍼티

public RawCredentialsList,Yoq.Windows.WebAuthn ExcludeCredentialsList
리턴 Yoq.Windows.WebAuthn.RawCredentialsList

Extensions 공개적으로 프로퍼티

public RawWebauthnExtensions,Yoq.Windows.WebAuthn Extensions
리턴 Yoq.Windows.WebAuthn.RawWebauthnExtensions

RequireResidentKey 공개적으로 프로퍼티

public bool RequireResidentKey
리턴 bool

ReservedFlags 보호되어 있는 프로퍼티

protected int ReservedFlags
리턴 int

StructVersion 보호되어 있는 프로퍼티

protected int StructVersion
리턴 int

TimeoutMilliseconds 공개적으로 프로퍼티

public int TimeoutMilliseconds
리턴 int

UserVerificationRequirement 공개적으로 프로퍼티

public UserVerificationRequirement UserVerificationRequirement
리턴 UserVerificationRequirement