Table of Contents

Class MdocVerifierOptions

Namespace
Tessio.Verifier.Core.Mdoc
Assembly
Tessio.Verifier.Core.Mdoc.dll

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

TimeSpan

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; }

Property Value

bool