WebAuthnClientGetCredentialsAsync Method |
Version 130.1.90
Returns all the credentials stored in the given virtual authenticator.
Namespace: CefSharp.DevTools.WebAuthnAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetCredentialsResponse> GetCredentialsAsync(
string authenticatorId
)
public:
Task<GetCredentialsResponse^>^ GetCredentialsAsync(
String^ authenticatorId
)
Parameters
- authenticatorId String
- authenticatorId
Return Value
TaskGetCredentialsResponsereturns System.Threading.Tasks.Task<GetCredentialsResponse>
See Also