Forest.UpdateLocalSideOfTrustRelationship 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
트러스트 관계의 로컬 쪽에 대한 암호를 업데이트합니다.
오버로드
| Name | Description |
|---|---|
| UpdateLocalSideOfTrustRelationship(String, String) |
트러스트 관계의 로컬 쪽에 대한 암호를 업데이트합니다. |
| UpdateLocalSideOfTrustRelationship(String, TrustDirection, String) |
트러스트 관계의 로컬 쪽에 대한 암호 및 신뢰 방향을 업데이트합니다. |
UpdateLocalSideOfTrustRelationship(String, String)
- Source:
- Forest.cs
- Source:
- Forest.cs
- Source:
- Forest.cs
- Source:
- Forest.cs
- 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)
매개 변수
- newTrustPassword
- String
트러스트 관계의 새 암호입니다.
예외
로 지정된 targetForestName포리스트와 트러스트 관계가 없습니다.
기본 디렉터리 서비스에 대한 호출로 인해 오류가 발생했습니다.
대상 서버가 사용 중이거나 사용할 수 없습니다.
targetForestName 또는 newTrustPassword 빈 문자열입니다.
targetForestName 또는 newTrustPassword .입니다 null.
개체가 삭제되었습니다.
지정된 계정에 이 작업을 수행할 수 있는 권한이 없습니다.
적용 대상
UpdateLocalSideOfTrustRelationship(String, TrustDirection, String)
- Source:
- Forest.cs
- Source:
- Forest.cs
- Source:
- Forest.cs
- Source:
- Forest.cs
- 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)
매개 변수
- newTrustDirection
- TrustDirection
TrustDirection 트러스트 관계의 새 트러스트 방향에 대한 값입니다.
- newTrustPassword
- String
트러스트 관계의 새 암호입니다.
예외
에 의해 targetForestName지정된 개체와 Forest 트러스트 관계가 없습니다.
기본 디렉터리 서비스에 대한 호출로 인해 오류가 발생했습니다.
대상 서버가 사용 중이거나 사용할 수 없습니다.
targetForestName 또는 newTrustPassword 빈 문자열입니다.
targetForestName 또는 newTrustPassword .입니다 null.
newTrustDirection 매개 변수가 유효한 TrustDirection 값이 아닙니다.
개체가 삭제되었습니다.
지정된 계정에 이 작업을 수행할 수 있는 권한이 없습니다.