コード例 #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);
 }