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