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