public BcdStore(System.Management.ManagementScope mgmtScope, string keyFilePath) { this.InitializeObject(((System.Management.ManagementScope)(mgmtScope)), new System.Management.ManagementPath(BcdStore.ConstructPath(keyFilePath)), null); }
public BcdStore(string keyFilePath) { this.InitializeObject(null, new System.Management.ManagementPath(BcdStore.ConstructPath(keyFilePath)), null); }