VirtualAuthenticatorOptionsProtocol Property |
Version 112.3.0
Protocol
Namespace:
CefSharp.DevTools.WebAuthn
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax public AuthenticatorProtocol Protocol { get; set; }
public:
property AuthenticatorProtocol Protocol {
AuthenticatorProtocol get ();
void set (AuthenticatorProtocol value);
}
Property Value
Type:
AuthenticatorProtocolSee Also