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