Click or drag to resize
TpmIdentifierType Property
Gets this system identifier's type ("TpmIdentifier").

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.25.4.0
Syntax
public override string Type { get; }

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