ConstructPath() private static method

private static ConstructPath ( string keyId, string keyStoreFilePath ) : string
keyId string
keyStoreFilePath string
return string
Beispiel #1
0
 public BcdObject(System.Management.ManagementScope mgmtScope, string keyId, string keyStoreFilePath)
 {
     this.InitializeObject(((System.Management.ManagementScope)(mgmtScope)), new System.Management.ManagementPath(BcdObject.ConstructPath(keyId, keyStoreFilePath)), null);
 }
Beispiel #2
0
 public BcdObject(string keyId, string keyStoreFilePath)
 {
     this.InitializeObject(null, new System.Management.ManagementPath(BcdObject.ConstructPath(keyId, keyStoreFilePath)), null);
 }