Show / Hide Table of Contents

SignatureCounter Property

SignatureCounter

The count the authenticator returns. This should be an increasing value for each time GetAssertion is called and is returned to the relying party, which can verify that it is greater than the previous value (to help thwart authenticator cloning).

C#
public int SignatureCounter { get; }

Property Value

Type Description
int
In this article
Back to top Generated by DocFX