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
public void SQLExecuteNonQuery(
string requestID,
Command sqlCommand
)
Public Sub SQLExecuteNonQuery ( _
requestID As String, _
sqlCommand As Command _
)
Parameters
- requestID
- String
Any string ID or Tag. This will be passed back to the App in the OnAsymetricalEncryptionComplete() event
- sqlCommand
- Command
The SQL Command to execute.
See Also