2 writes to _encodedBytes
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (2)
52
_encodedBytes
= Encode(
73
_encodedBytes
= copiedBytes;
5 references to _encodedBytes
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (5)
64
if (!TryDecode(
_encodedBytes
, true, out _parsedData, out _, out _))
204
return
_encodedBytes
.CloneByteArray();
215
if (destination.Length <
_encodedBytes
.Length)
221
_encodedBytes
.AsSpan().CopyTo(destination);
222
bytesWritten =
_encodedBytes
.Length;