Performs asynchronous Asymetrical decryption on data passed back to the App from your Server.
Namespace:
RedCritterV1
Assembly:
RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void AsymetricalDecrypt(
string requestID,
string stringToDecrypt
)
Public Sub AsymetricalDecrypt ( _
requestID As String, _
stringToDecrypt As String _
)
Parameters
- requestID
- String
Any string ID or Tag. This will be passed back to the App in the OnAsymetricalDecryptionComplete() event
- stringToDecrypt
- String
The string to decrypt.
See Also