| Visual Basic (Declaration) | |
|---|---|
| Protected Overloads Function Encrypt( _ ByVal dataToEncrypt As ArraySegment(Of Byte), _ ByVal headerToCopy As ArraySegment(Of Byte), _ ByVal receiverCertificate As X509Certificate2 _ ) As ArraySegment(Of Byte) | |
| C# | |
|---|---|
| protected ArraySegment<byte> Encrypt( ArraySegment<byte> dataToEncrypt, ArraySegment<byte> headerToCopy, X509Certificate2 receiverCertificate ) | |
Parameters
- dataToEncrypt
- headerToCopy
- receiverCertificate
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
 
     
     
     
     
    