Class MdocVerifierOptions
Policy knobs for MdocVerifier.
public sealed class MdocVerifierOptions
- Inheritance
-
MdocVerifierOptions
- Inherited Members
Properties
ClockSkew
Tolerated clock skew for the MSO validity window. Defaults to 5 minutes, matching ClockSkew.
public TimeSpan ClockSkew { get; set; }
Property Value
RequireDeviceAuth
Whether device authentication (the holder's signature over the session transcript) is required. Defaults to true, matching RequireKeyBinding. When false, a present deviceSignature is still verified.
public bool RequireDeviceAuth { get; set; }