1
0
Files
Repository/Bios-ActiveTPM-Dell/Modules/DellBIOSProvider/DSCResources/DCPP_IntelSoftwareGuardExtensions/DCPP_IntelSoftwareGuardExtensions.schema.mof
2025-10-31 08:58:36 +01:00

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;
};