2 references to 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
"/>.