Aracılığıyla paylaş


Forest.UpdateLocalSideOfTrustRelationship Yöntem

Tanım

Güven ilişkisinin yerel tarafının parolasını Güncelleştirmeler.

Aşırı Yüklemeler

UpdateLocalSideOfTrustRelationship(String, String)

Güven ilişkisinin yerel tarafının parolasını Güncelleştirmeler.

UpdateLocalSideOfTrustRelationship(String, TrustDirection, String)

Güven ilişkisinin yerel tarafı için parolayı ve güven yönünü Güncelleştirmeler.

UpdateLocalSideOfTrustRelationship(String, String)

Kaynak:
Forest.cs
Kaynak:
Forest.cs
Kaynak:
Forest.cs

Güven ilişkisinin yerel tarafının parolasını Güncelleştirmeler.

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)

Parametreler

targetForestName
String

Yerel güven parolasının Forest değiştirileceği nesnenin adı.

newTrustPassword
String

Güven ilişkisinin yeni parolası.

Özel durumlar

tarafından targetForestNamebelirtilen orman ile güven ilişkisi yoktur.

Temel alınan dizin hizmetine yapılan bir çağrı hatayla sonuçlandı.

Hedef sunucu meşgul veya kullanılamıyor.

targetForestName veya newTrustPassword boş bir dizedir.

targetForestName veya newTrustPassword şeklindedir null.

Nesnesi atıldı.

Belirtilen hesabın bu işlemi gerçekleştirme izni yok.

Ayrıca bkz.

Şunlara uygulanır

UpdateLocalSideOfTrustRelationship(String, TrustDirection, String)

Kaynak:
Forest.cs
Kaynak:
Forest.cs
Kaynak:
Forest.cs

Güven ilişkisinin yerel tarafı için parolayı ve güven yönünü Güncelleştirmeler.

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)

Parametreler

targetForestName
String

Yerel güven yönünün Forest ve parolasının değiştirilmesi gereken nesnenin adı.

newTrustDirection
TrustDirection

Güven TrustDirection ilişkisinin yeni güven yönü için bir değer.

newTrustPassword
String

Güven ilişkisinin yeni parolası.

Özel durumlar

tarafından targetForestNamebelirtilen nesnesiyle Forest güven ilişkisi yoktur.

Temel alınan dizin hizmetine yapılan bir çağrı hatayla sonuçlandı.

Hedef sunucu meşgul veya kullanılamıyor.

targetForestName veya newTrustPassword boş bir dizedir.

targetForestName veya newTrustPassword şeklindedir null.

newTrustDirection Parametre geçerli TrustDirection bir değer değil.

Nesnesi atıldı.

Belirtilen hesabın bu işlemi gerçekleştirme izni yok.

Ayrıca bkz.

Şunlara uygulanır