Click or drag to resize
PLUS4Methods Class
Static methods for Protection PLUS 4 compatibility.
Inheritance Hierarchy
SystemObject
  com.softwarekey.Client.Compatibility.ProtectionPLUS4PLUS4Methods

Namespace: com.softwarekey.Client.Compatibility.ProtectionPLUS4
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public static class PLUS4Methods

The PLUS4Methods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGenerateUserCode1Value
Generates a Protection PLUS 4 compatible "User Code 1" (or Session Code) value, which may be used to make each activation attempt and each trigger code issued for a system unique.
Public methodStatic memberGenerateUserCode2Value(String)
Generates a Protection PLUS 4 Trigger Code "User Code 2" (or "Computer ID") value from a string which contains data that uniquely identifies the system.
Public methodStatic memberGenerateUserCode2Value(ListSystemIdentifier)
Generates a Protection PLUS 4 Trigger Code "User Code 2" (or "Computer ID") value from a list of SystemIdentifier objects.
Public methodStatic memberNDecrypt
Decrypts a number or RegKey2 value (compatible with pp_ndecrypt).
Public methodStatic memberNEncrypt
Encrypts a number or RegKey2 value (compatible with pp_nencrypt).
Public methodStatic memberTCode
Decrypts an activation code (compatible with pp_tcode). Note this does not process the trigger code or modify the license file in any way.
Public methodStatic memberValidateTriggerCode
Determines whether or not a trigger code is valid. Note this does not process the trigger code or modify the license file in any way.
Top
See Also