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