Asymetrical Decryption for decrypting inbound data communications from client
Namespace:
RedCritterServerV1.EncryptionAssembly: RedCritterServerV1 (in RedCritterServerV1.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic |
Parameters
- dataToDecrypt
- String
The string to decrypt
- privateKey
- String
The value in ServerAuthenticationInfo.App.ClientPublicKey available as the result of the call to the AuthenticateUser in the ServerAPI web service.