C# Class Yoq.Windows.WebAuthn.RawAuthenticatorMakeCredentialOptions

Afficher le fichier Open project: dbeinder/Yoq.Windows.WebAuthn Class Usage Examples

Méthodes publiques

Свойство Type Description
AttestationConveyancePreference AttestationConveyancePreference
AuthenticatorAttachment AuthenticatorAttachment
CancellationId IntPtr
ExcludeCredentialsExListPtr IntPtr
ExcludeCredentialsList Yoq.Windows.WebAuthn.RawCredentialsList
Extensions Yoq.Windows.WebAuthn.RawWebauthnExtensions
RequireResidentKey bool
TimeoutMilliseconds int
UserVerificationRequirement UserVerificationRequirement

Protected Properties

Свойство Type Description
ReservedFlags int
StructVersion int

Méthodes publiques

Méthode Description
Dispose ( ) : void
RawAuthenticatorMakeCredentialOptions ( ) : System
RawAuthenticatorMakeCredentialOptions ( AuthenticatorMakeCredentialOptions makeOptions ) : System

Méthodes protégées

Méthode Description
FreeMemory ( ) : System
FreeMemory ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FreeMemory() protected méthode

protected FreeMemory ( ) : System
Résultat System

FreeMemory() protected méthode

protected FreeMemory ( ) : void
Résultat void

RawAuthenticatorMakeCredentialOptions() public méthode

public RawAuthenticatorMakeCredentialOptions ( ) : System
Résultat System

RawAuthenticatorMakeCredentialOptions() public méthode

public RawAuthenticatorMakeCredentialOptions ( AuthenticatorMakeCredentialOptions makeOptions ) : System
makeOptions AuthenticatorMakeCredentialOptions
Résultat System

Property Details

AttestationConveyancePreference public_oe property

public AttestationConveyancePreference AttestationConveyancePreference
Résultat AttestationConveyancePreference

AuthenticatorAttachment public_oe property

public AuthenticatorAttachment AuthenticatorAttachment
Résultat AuthenticatorAttachment

CancellationId public_oe property

public IntPtr CancellationId
Résultat IntPtr

ExcludeCredentialsExListPtr public_oe property

public IntPtr ExcludeCredentialsExListPtr
Résultat IntPtr

ExcludeCredentialsList public_oe property

public RawCredentialsList,Yoq.Windows.WebAuthn ExcludeCredentialsList
Résultat Yoq.Windows.WebAuthn.RawCredentialsList

Extensions public_oe property

public RawWebauthnExtensions,Yoq.Windows.WebAuthn Extensions
Résultat Yoq.Windows.WebAuthn.RawWebauthnExtensions

RequireResidentKey public_oe property

public bool RequireResidentKey
Résultat bool

ReservedFlags protected_oe property

protected int ReservedFlags
Résultat int

StructVersion protected_oe property

protected int StructVersion
Résultat int

TimeoutMilliseconds public_oe property

public int TimeoutMilliseconds
Résultat int

UserVerificationRequirement public_oe property

public UserVerificationRequirement UserVerificationRequirement
Résultat UserVerificationRequirement