WebAuthnClientGetCredentialAsync Method |
Version 130.1.90
Returns a single credential stored in the given virtual authenticator that
matches the credential ID.
Namespace: CefSharp.DevTools.WebAuthnAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetCredentialResponse> GetCredentialAsync(
string authenticatorId,
byte[] credentialId
)
public:
Task<GetCredentialResponse^>^ GetCredentialAsync(
String^ authenticatorId,
array<unsigned char>^ credentialId
)
Parameters
- authenticatorId String
- authenticatorId
- credentialId Byte
- credentialId
Return Value
TaskGetCredentialResponsereturns System.Threading.Tasks.Task<GetCredentialResponse>
See Also