8 references to CloneByteArray
System.Security.Cryptography.Pkcs (8)
Internal\Cryptography\PkcsHelpers.cs (2)
81a = a.CloneByteArray(); 252serialBytes = serialBytes.CloneByteArray();
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (3)
117return _encodedMessage.CloneByteArray(); 165_encodedMessage = contentInfo.Content.CloneByteArray(); 295_encodedMessage = contentInfo.Content.CloneByteArray();
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
148return _encodedBytes.CloneByteArray();
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
204return _encodedBytes.CloneByteArray();
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
205_heldContent = ContentInfo.Content.CloneByteArray();