7 references to Timestamp
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (2)
225
if (tsaCertificate.NotAfter < tokenInfo.
Timestamp
||
226
tsaCertificate.NotBefore > tokenInfo.
Timestamp
)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (5)
114
/// Gets the accuracy with which <see cref="
Timestamp
"/> is compared.
117
/// <value>The accuracy with which <see cref="
Timestamp
"/> is compared.</value>
121
/// Gets a value indicating if every timestamp token from the same TSA can always be ordered based on the <see cref="
Timestamp
"/>, regardless of the accuracy; If <see langword="false" />, <see cref="
Timestamp
"/> indicates when the token has been created by the TSA.
123
/// <value>A value indicating if every timestamp token from the same TSA can always be ordered based on the <see cref="
Timestamp
"/>.</value>