Click or drag to resize

WebAuthnClientSetCredentialPropertiesAsync Method

Version 130.1.90
Allows setting credential properties. https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties

Namespace: CefSharp.DevTools.WebAuthn
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> SetCredentialPropertiesAsync(
	string authenticatorId,
	byte[] credentialId,
	bool? backupEligibility = null,
	bool? backupState = null
)

Parameters

authenticatorId  String
authenticatorId
credentialId  Byte
credentialId
backupEligibility  NullableBoolean  (Optional)
backupEligibility
backupState  NullableBoolean  (Optional)
backupState

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also