dsc/custom/cCertificate/DSCResources/OBJ_cPfxImport/OBJ_cPfxImport.schema.mof
[ClassVersion("1.0"), FriendlyName("cPfxImport")]
class OBJ_cPfxImport : OMI_BaseResource { [Key] string Thumbprint; [Key] string Path; [write,ValueMap{"LocalMachine"},Values{"LocalMachine"}] string Location; [write] string Store; [write] boolean Exportable; [write,EmbeddedInstance("MSFT_Credential")] string Credential; }; |