| TpmIdentifierType Property |
Gets this system identifier's type ("TpmIdentifier").
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.25.4.0
Syntaxpublic override string Type { get; }Public Overrides ReadOnly Property Type As String
Get
public:
virtual property String^ Type {
String^ get () override;
}Property Value
Type:
String
Always returns the string "TpmIdentifier" to identify this as a TPM-based system identifier.
This is used for serialization, deserialization, and type checking.
Remarks
The Type property is used by the PLUSManaged framework to distinguish between different
types of system identifiers when parsing XML license data or comparing identifiers.
See Also