Performs asynchronous Asymetrical encryption for preparing encrypted data to send to your Server.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public void AsymetricalEncrypt(
	string requestID,
	string stringToEncrypt
)
Public Sub AsymetricalEncrypt ( _
	requestID As String, _
	stringToEncrypt As String _
)

Parameters

requestID
String
Any string ID or Tag. This will be passed back to the App in the OnAsymetricalEncryptionComplete() event
stringToEncrypt
String
The string to encrypt.

See Also