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