Forest.UpdateLocalSideOfTrustRelationship 方法

定义

更新信任关系本地方的密码。

重载

UpdateLocalSideOfTrustRelationship(String, String)

更新信任关系本地方的密码。

UpdateLocalSideOfTrustRelationship(String, TrustDirection, String)

更新信任关系本地方的密码和信任方向。

UpdateLocalSideOfTrustRelationship(String, String)

Source:
Forest.cs
Source:
Forest.cs
Source:
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)

参数

targetForestName
String

Forest 对象的名称,要更改该对象的本地信任密码。

newTrustPassword
String

该信任关系的新密码。

例外

targetForestName 指定的目录林没有信任关系。

调用基础目录服务导致错误。

目标服务器忙或不可用。

targetForestNamenewTrustPassword 是一个空字符串。

targetForestNamenewTrustPasswordnull

已释放此对象。

指定的帐户没有权限执行此操作。

另请参阅

适用于

UpdateLocalSideOfTrustRelationship(String, TrustDirection, String)

Source:
Forest.cs
Source:
Forest.cs
Source:
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)

参数

targetForestName
String

必须为其更改本地信任方向和密码的 Forest 对象的名称。

newTrustDirection
TrustDirection

一个 TrustDirection 值,表示该信任关系的新的信任方向。

newTrustPassword
String

该信任关系的新密码。

例外

targetForestName 指定的 Forest 对象没有信任关系。

调用基础目录服务导致错误。

目标服务器忙或不可用。

targetForestNamenewTrustPassword 是一个空字符串。

targetForestNamenewTrustPasswordnull

newTrustDirection 参数不是有效的 TrustDirection 值。

已释放此对象。

指定的帐户没有权限执行此操作。

另请参阅

适用于