VirtualAuthenticatorOptionsProtocol Property |
Version 118.6.80
Protocol
Namespace:
CefSharp.DevTools.WebAuthn
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntaxpublic AuthenticatorProtocol Protocol { get; set; }
public:
property AuthenticatorProtocol Protocol {
AuthenticatorProtocol get ();
void set (AuthenticatorProtocol value);
}
Property Value
Type:
AuthenticatorProtocol
See Also