1 instantiation of Rfc3161TimestampTokenInfo
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
240
timestampTokenInfo = new
Rfc3161TimestampTokenInfo
(copiedBytes!, tstInfo);
10 references to Rfc3161TimestampTokenInfo
System.Security.Cryptography.Pkcs (10)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
405
Rfc3161TimestampTokenInfo
tokenInfo = token.TokenInfo;
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (4)
23
public
Rfc3161TimestampTokenInfo
TokenInfo { get; private set; } = null!;
208
Rfc3161TimestampTokenInfo
tokenInfo)
399
if (
Rfc3161TimestampTokenInfo
.TryDecode(cms.ContentInfo.Content, out
Rfc3161TimestampTokenInfo
? tokenInfo, out _))
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (5)
26
/// Initializes a new instance of the <see cref="
Rfc3161TimestampTokenInfo
" /> class with the specified parameters.
31
/// <param name="serialNumber">An integer assigned by the TSA to the <see cref="
Rfc3161TimestampTokenInfo
"/>.</param>
102
/// Gets an integer assigned by the TSA to the <see cref="
Rfc3161TimestampTokenInfo
"/>.
104
/// <returns>An integer assigned by the TSA to the <see cref="
Rfc3161TimestampTokenInfo
"/>.</returns>
235
[NotNullWhen(true)] out
Rfc3161TimestampTokenInfo
? timestampTokenInfo,