17 lines
2.0 KiB
Plaintext
17 lines
2.0 KiB
Plaintext
|
|
[ClassVersion("1.0.0.0"), FriendlyName("TPMSecurity")]
|
|
class DCPP_TPMSecurity : OMI_BaseResource
|
|
{
|
|
[Key] String Category;
|
|
[Write, Description("TpmSecurity"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string TpmSecurity;
|
|
[Write, Description("TpmActivation"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string TpmActivation;
|
|
[Write, Description("TpmPpiAcpi"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string TpmPpiAcpi;
|
|
[Write, Description("TpmPpiPo"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string TpmPpiPo;
|
|
[Write, Description("TpmPpiDpo"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string TpmPpiDpo;
|
|
[Write, Description("TpmPpiClearOverride"), ValueMap{"Enabled","Disabled"}, Values{"Enabled","Disabled"}] string TpmPpiClearOverride;
|
|
[Write, Description("Password")] string Password;
|
|
[Write, Description("SecurePassword")] string SecurePassword;
|
|
[Write] string PathToKey;
|
|
};
|
|
|