Inheritance: System.ComponentModel.Component
示例#1
0
 public BcdStore(System.Management.ManagementScope mgmtScope, string keyFilePath)
 {
     this.InitializeObject(((System.Management.ManagementScope)(mgmtScope)), new System.Management.ManagementPath(BcdStore.ConstructPath(keyFilePath)), null);
 }
示例#2
0
 public BcdStore(string keyFilePath)
 {
     this.InitializeObject(null, new System.Management.ManagementPath(BcdStore.ConstructPath(keyFilePath)), null);
 }