Click or drag to resize
TpmIdentifierAlgorithm Constructor
Creates a new TpmIdentifierAlgorithm object.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.25.4.0
Syntax
public TpmIdentifierAlgorithm()
Remarks

The constructor initializes the algorithm with the standard algorithm ID. No additional parameters are required since TPM detection and key extraction are handled automatically when GetIdentifiers() is called.

The algorithm will attempt to use whatever TPM hardware is available, supporting both TPM 1.2 and TPM 2.0 specifications.

See Also