JBLicense
LicenseSecureConnection Method |
Secures the connection.
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public static Task SecureConnection( string spk, Action<SecurityResult> callback, string upk = "" )
Public Shared Function SecureConnection ( spk As String, callback As Action(Of SecurityResult), Optional upk As String = "" ) As Task
public: static Task^ SecureConnection( String^ spk, Action<SecurityResult^>^ callback, String^ upk = L"" )
Parameters
- spk
- Type: SystemString
The Server Public Key. - callback
- Type: SystemActionSecurityResult
The callback. - upk (Optional)
- Type: SystemString
The User Private Key (optional)
Return Value
Type: Task[Missing <returns> documentation for "M:JustinBack.License.SecureConnection(System.String,System.Action{JustinBack.SecurityResult},System.String)"]
See Also