WebAuthnClientSetCredentialPropertiesAsync Method |
Version 130.1.90
Allows setting credential properties.
https://w3c.github.io/webauthn/#sctn-automation-set-credential-properties
Namespace: CefSharp.DevTools.WebAuthnAssembly: 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
)
public:
Task<DevToolsMethodResponse^>^ SetCredentialPropertiesAsync(
String^ authenticatorId,
array<unsigned char>^ credentialId,
Nullable<bool> backupEligibility = nullptr,
Nullable<bool> backupState = nullptr
)
Parameters
- authenticatorId String
- authenticatorId
- credentialId Byte
- credentialId
- backupEligibility NullableBoolean (Optional)
- backupEligibility
- backupState NullableBoolean (Optional)
- backupState
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also