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