SystemIdentifierAlgorithm Constructor (String) |
SystemIdentifierAlgorithm constructor allowing a custom algorithm name to be specified.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic SystemIdentifierAlgorithm(
string algorithmId
)
Public Sub New (
algorithmId As String
)
public:
SystemIdentifierAlgorithm(
String^ algorithmId
)
Parameters
- algorithmId
- Type: SystemString
The name of the algorithm being used (i.e. "NicIdentifier").
See Also