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)
64if (!TryDecode(_encodedBytes, true, out _parsedData, out _, out _)) 204return _encodedBytes.CloneByteArray(); 215if (destination.Length < _encodedBytes.Length) 221_encodedBytes.AsSpan().CopyTo(destination); 222bytesWritten = _encodedBytes.Length;