12 lines
940 B
Plaintext
12 lines
940 B
Plaintext
|
|
[ClassVersion("1.0.0.0"), FriendlyName("IntelSoftwareGuardExtensions")]
|
|
class DCPP_IntelSoftwareGuardExtensions : OMI_BaseResource
|
|
{
|
|
[Key] String Category;
|
|
[Write, Description("SoftGuardEn"), ValueMap{"Enabled","Disabled","SoftControlled"}, Values{"Enabled","Disabled","SoftControlled"}] string SoftGuardEn;
|
|
[Write, Description("Password")] string Password;
|
|
[Write, Description("SecurePassword")] string SecurePassword;
|
|
[Write] string PathToKey;
|
|
};
|
|
|