WebAuthnClient.GetCredentialsAsync Method |
Version 96.0.142
Returns all the credentials stored in the given virtual authenticator.
Namespace:
CefSharp.DevTools.WebAuthn
Assembly:
CefSharp (in CefSharp.dll) Version: 96.0.142.0 (96.0.142.0)
Syntaxpublic Task<GetCredentialsResponse> GetCredentialsAsync(
string authenticatorId
)
public:
Task<GetCredentialsResponse^>^ GetCredentialsAsync(
String^ authenticatorId
)
Parameters
- authenticatorId
- Type: System.String
authenticatorId
Return Value
Type:
Task<GetCredentialsResponse>returns System.Threading.Tasks.Task<GetCredentialsResponse>
See Also