Forest.UpdateLocalSideOfTrustRelationship 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
更新信任關係本機端的密碼。
多載
UpdateLocalSideOfTrustRelationship(String, String) |
更新信任關係本機端的密碼。 |
UpdateLocalSideOfTrustRelationship(String, TrustDirection, String) |
更新信任關係本機端的密碼和信任方向。 |
UpdateLocalSideOfTrustRelationship(String, String)
- 來源:
- Forest.cs
- 來源:
- Forest.cs
- 來源:
- Forest.cs
更新信任關係本機端的密碼。
public:
void UpdateLocalSideOfTrustRelationship(System::String ^ targetForestName, System::String ^ newTrustPassword);
public void UpdateLocalSideOfTrustRelationship (string targetForestName, string newTrustPassword);
member this.UpdateLocalSideOfTrustRelationship : string * string -> unit
Public Sub UpdateLocalSideOfTrustRelationship (targetForestName As String, newTrustPassword As String)
參數
- newTrustPassword
- String
信任關係的新密碼。
例外狀況
與 targetForestName
指定的樹系之間沒有信任關係。
呼叫基礎目錄服務時,發生錯誤。
目標伺服器忙碌或無法使用。
targetForestName
或 newTrustPassword
為空字串。
targetForestName
或 newTrustPassword
為 null
。
物件已被處置。
指定的帳戶沒有執行這項作業的權限。
另請參閱
適用於
UpdateLocalSideOfTrustRelationship(String, TrustDirection, String)
- 來源:
- Forest.cs
- 來源:
- Forest.cs
- 來源:
- Forest.cs
更新信任關係本機端的密碼和信任方向。
public:
void UpdateLocalSideOfTrustRelationship(System::String ^ targetForestName, System::DirectoryServices::ActiveDirectory::TrustDirection newTrustDirection, System::String ^ newTrustPassword);
public void UpdateLocalSideOfTrustRelationship (string targetForestName, System.DirectoryServices.ActiveDirectory.TrustDirection newTrustDirection, string newTrustPassword);
member this.UpdateLocalSideOfTrustRelationship : string * System.DirectoryServices.ActiveDirectory.TrustDirection * string -> unit
Public Sub UpdateLocalSideOfTrustRelationship (targetForestName As String, newTrustDirection As TrustDirection, newTrustPassword As String)
參數
- newTrustDirection
- TrustDirection
信任關係之新信任方向的 TrustDirection 值。
- newTrustPassword
- String
信任關係的新密碼。
例外狀況
與 targetForestName
指定的 Forest 物件之間沒有信任關係。
呼叫基礎目錄服務時,發生錯誤。
目標伺服器忙碌或無法使用。
targetForestName
或 newTrustPassword
為空字串。
targetForestName
或 newTrustPassword
為 null
。
newTrustDirection
參數不是有效的 TrustDirection 值。
物件已被處置。
指定的帳戶沒有執行這項作業的權限。