Click or drag to resize

VirtualAuthenticatorOptionsHasPrf Property

Version 111.2.70
If set to true, the authenticator will support the prf extension. https://w3c.github.io/webauthn/#prf-extension Defaults to false.

Namespace:  CefSharp.DevTools.WebAuthn
Assembly:  CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public bool? HasPrf { get; set; }

Property Value

Type: NullableBoolean
See Also