CredentialSignCount Property |
Version 130.1.90
Signature counter. This is incremented by one for each successful
assertion.
See https://w3c.github.io/webauthn/#signature-counter
Namespace: CefSharp.DevTools.WebAuthnAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public int SignCount { get; set; }
public:
property int SignCount {
int get ();
void set (int value);
}
Property Value
Int32See Also