LicenseCurrentSessionCode Property |
Gets or sets the current session code, which prevents replay attacks in manual request processing.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic string CurrentSessionCode { get; set; }
Public Property CurrentSessionCode As String
Get
Set
public:
property String^ CurrentSessionCode {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also