2 references to TryDecode
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (2)
64
if (!
TryDecode
(_encodedBytes, true, out _parsedData, out _, out _))
238
if (
TryDecode
(encodedBytes, false, out Rfc3161TstInfo tstInfo, out bytesConsumed, out byte[]? copiedBytes))