Aracılığıyla paylaş


Forest.UpdateLocalSideOfTrustRelationship Yöntem

Tanım

Güven ilişkisinin yerel tarafı için parolayı güncelleştirir.

Aşırı Yüklemeler

Name Description
UpdateLocalSideOfTrustRelationship(String, String)

Güven ilişkisinin yerel tarafı için parolayı güncelleştirir.

UpdateLocalSideOfTrustRelationship(String, TrustDirection, String)

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

UpdateLocalSideOfTrustRelationship(String, String)

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

Güven ilişkisinin yerel tarafı için parolayı güncelleştirir.

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 ormanla güven ilişkisi yoktur.

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

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

targetForestName veya newTrustPassword boş bir dizedir.

targetForestName veya newTrustPasswordnull.

Nesnesi atılmış.

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

Şunlara uygulanır

UpdateLocalSideOfTrustRelationship(String, TrustDirection, String)

Kaynak:
Forest.cs
Kaynak:
Forest.cs
Kaynak:
Forest.cs
Kaynak:
Forest.cs
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ştirir.

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 nesneyle Forest güven ilişkisi yoktur.

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

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

targetForestName veya newTrustPassword boş bir dizedir.

targetForestName veya newTrustPasswordnull.

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

Nesnesi atılmış.

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

Ayrıca bkz.

Şunlara uygulanır