C# Class Yoq.Windows.WebAuthn.RawAuthenticatorMakeCredentialOptions

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

Public Properties

Property 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

Property Type Description
ReservedFlags int
StructVersion int

Public Methods

Method Description
Dispose ( ) : void
RawAuthenticatorMakeCredentialOptions ( ) : System
RawAuthenticatorMakeCredentialOptions ( AuthenticatorMakeCredentialOptions makeOptions ) : System

Protected Methods

Method Description
FreeMemory ( ) : System
FreeMemory ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FreeMemory() protected method

protected FreeMemory ( ) : System
return System

FreeMemory() protected method

protected FreeMemory ( ) : void
return void

RawAuthenticatorMakeCredentialOptions() public method

public RawAuthenticatorMakeCredentialOptions ( ) : System
return System

RawAuthenticatorMakeCredentialOptions() public method

public RawAuthenticatorMakeCredentialOptions ( AuthenticatorMakeCredentialOptions makeOptions ) : System
makeOptions AuthenticatorMakeCredentialOptions
return System

Property Details

AttestationConveyancePreference public_oe property

public AttestationConveyancePreference AttestationConveyancePreference
return AttestationConveyancePreference

AuthenticatorAttachment public_oe property

public AuthenticatorAttachment AuthenticatorAttachment
return AuthenticatorAttachment

CancellationId public_oe property

public IntPtr CancellationId
return IntPtr

ExcludeCredentialsExListPtr public_oe property

public IntPtr ExcludeCredentialsExListPtr
return IntPtr

ExcludeCredentialsList public_oe property

public RawCredentialsList,Yoq.Windows.WebAuthn ExcludeCredentialsList
return Yoq.Windows.WebAuthn.RawCredentialsList

Extensions public_oe property

public RawWebauthnExtensions,Yoq.Windows.WebAuthn Extensions
return Yoq.Windows.WebAuthn.RawWebauthnExtensions

RequireResidentKey public_oe property

public bool RequireResidentKey
return bool

ReservedFlags protected_oe property

protected int ReservedFlags
return int

StructVersion protected_oe property

protected int StructVersion
return int

TimeoutMilliseconds public_oe property

public int TimeoutMilliseconds
return int

UserVerificationRequirement public_oe property

public UserVerificationRequirement UserVerificationRequirement
return UserVerificationRequirement