Click or drag to resize
PLUS4Methods Methods

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