3 references to TryDecode
NuGet.Packaging (1)
Signing\Timestamp\Rfc3161TimestampTokenNetstandard21Wrapper.cs (1)
23
if (!Rfc3161TimestampToken.
TryDecode
(
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
130
if (!Rfc3161TimestampToken.
TryDecode
(resp.TimeStampToken.GetValueOrDefault(), out token, out _))
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
38
/// <see cref="Rfc3161TimestampToken"/> via another call to <see cref="
TryDecode
"/>.