1 implementation of TokenInfo
NuGet.Packaging (1)
Signing\Timestamp\Rfc3161TimestampTokenNetstandard21Wrapper.cs (1)
15public IRfc3161TimestampTokenInfo TokenInfo { get; }
3 references to TokenInfo
NuGet.Packaging (3)
Signing\Timestamp\Rfc3161TimestampProvider.cs (3)
195if (!CertificateUtility.IsDateInsideValidityPeriod(signerInfo.Certificate, timestampToken.TokenInfo.Timestamp)) 203var tokenNonce = timestampToken.TokenInfo.GetNonce(); 209if (!timestampToken.TokenInfo.HasMessageHash(messageHash))