1 instantiation of Rfc3161TimestampTokenInfo
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
240
timestampTokenInfo = new
Rfc3161TimestampTokenInfo
(copiedBytes!, tstInfo);
14 references to Rfc3161TimestampTokenInfo
NuGet.Packaging (4)
Signing\Timestamp\Rfc3161TimestampTokenInfoNetstandard21Wrapper.cs (4)
13
private System.Security.Cryptography.Pkcs.
Rfc3161TimestampTokenInfo
_rfc3161TimestampTokenInfo;
17
if (!System.Security.Cryptography.Pkcs.
Rfc3161TimestampTokenInfo
.TryDecode(
19
out
var
rfc3161TimestampTokenInfo,
28
public Rfc3161TimestampTokenInfoNetstandard21Wrapper(System.Security.Cryptography.Pkcs.
Rfc3161TimestampTokenInfo
timestampTokenInfo)
System.Security.Cryptography.Pkcs (10)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
402
Rfc3161TimestampTokenInfo
tokenInfo = token.TokenInfo;
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (4)
23
public
Rfc3161TimestampTokenInfo
TokenInfo { get; private set; } = null!;
202
Rfc3161TimestampTokenInfo
tokenInfo)
393
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,