| Visual Basic (Declaration) | |
|---|---|
Function Verify( _ ByVal algorithmUri As String, _ ByVal dataToVerify As ArraySegment(Of Byte), _ ByVal signature As ArraySegment(Of Byte) _ ) As Boolean | |
| C# | |
|---|---|
bool Verify( string algorithmUri, ArraySegment<byte> dataToVerify, ArraySegment<byte> signature ) | |
Parameters
- algorithmUri
- dataToVerify
- signature
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family