Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic License(
AuthorEncryptionKey encryptionKey,
bool useEncryptedFile,
bool useWebServiceEncryption,
int productId,
string productVersion,
List<SystemIdentifierAlgorithm> identifierAlgorithms
)
Public Sub New (
encryptionKey As AuthorEncryptionKey,
useEncryptedFile As Boolean,
useWebServiceEncryption As Boolean,
productId As Integer,
productVersion As String,
identifierAlgorithms As List(Of SystemIdentifierAlgorithm)
)
public:
License(
AuthorEncryptionKey^ encryptionKey,
bool useEncryptedFile,
bool useWebServiceEncryption,
int productId,
String^ productVersion,
List<SystemIdentifierAlgorithm^>^ identifierAlgorithms
)
Parameters
- encryptionKey
- Type: com.softwarekey.Client.UtilsAuthorEncryptionKey
The AuthorEncryptionKey object required for cryptographic routines. - useEncryptedFile
- Type: SystemBoolean
Whether or not the license file should be encrypted. Encryption is strongly recommended. - useWebServiceEncryption
- Type: SystemBoolean
Whether or not web service requests should be encrypted. Encryption is strongly recommended. - productId
- Type: SystemInt32
The Product ID (usually defined by SOLO Server) of the protected product/application. - productVersion
- Type: SystemString
The current version of the product/application. IOHelper.GetAssemblyFileVersion can be used to retrieve the version number of your assembly. - identifierAlgorithms
- Type: System.Collections.GenericListSystemIdentifierAlgorithm
Generic List of SystemIdentifierAlgorithm objects
See Also