ConstructPath() private static méthode

private static ConstructPath ( string keyId, string keyStoreFilePath ) : string
keyId string
keyStoreFilePath string
Résultat string
 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);
 }
 public BcdObject(string keyId, string keyStoreFilePath)
 {
     this.InitializeObject(null, new System.Management.ManagementPath(BcdObject.ConstructPath(keyId, keyStoreFilePath)), null);
 }