DSCResources/DCPP_IntelSoftwareGuardExtensions/DCPP_IntelSoftwareGuardExtensions.schema.mof

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