DsmlSoapHttpConnection 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DsmlSoapHttpConnection 클래스의 새 인스턴스를 초기화합니다.
오버로드
DsmlSoapHttpConnection(DsmlDirectoryIdentifier) |
DsmlSoapHttpConnection 클래스의 새 인스턴스를 초기화합니다. |
DsmlSoapHttpConnection(Uri) |
DsmlSoapHttpConnection 클래스의 새 인스턴스를 초기화합니다. |
DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential) |
DsmlSoapHttpConnection 클래스의 새 인스턴스를 초기화합니다. |
DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential, AuthType) |
지정된 식별자, 네트워크 자격 증명 및 인증 유형을 사용하여 클래스의 DsmlSoapHttpConnection 새 instance 초기화합니다. |
DsmlSoapHttpConnection(DsmlDirectoryIdentifier)
DsmlSoapHttpConnection 클래스의 새 인스턴스를 초기화합니다.
public:
DsmlSoapHttpConnection(System::DirectoryServices::Protocols::DsmlDirectoryIdentifier ^ identifier);
public DsmlSoapHttpConnection (System.DirectoryServices.Protocols.DsmlDirectoryIdentifier identifier);
new System.DirectoryServices.Protocols.DsmlSoapHttpConnection : System.DirectoryServices.Protocols.DsmlDirectoryIdentifier -> System.DirectoryServices.Protocols.DsmlSoapHttpConnection
Public Sub New (identifier As DsmlDirectoryIdentifier)
매개 변수
- identifier
- DsmlDirectoryIdentifier
연결에 대한 서버를 지정하는 개체입니다.
예외
identifier
가 null(Visual Basic의 경우 Nothing
)인 경우
적용 대상
DsmlSoapHttpConnection(Uri)
DsmlSoapHttpConnection 클래스의 새 인스턴스를 초기화합니다.
public:
DsmlSoapHttpConnection(Uri ^ uri);
public DsmlSoapHttpConnection (Uri uri);
new System.DirectoryServices.Protocols.DsmlSoapHttpConnection : Uri -> System.DirectoryServices.Protocols.DsmlSoapHttpConnection
Public Sub New (uri As Uri)
매개 변수
- uri
- Uri
연결에 대한 서버입니다.
예외
uri
가 null(Visual Basic의 경우 Nothing
)인 경우
적용 대상
DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential)
DsmlSoapHttpConnection 클래스의 새 인스턴스를 초기화합니다.
public:
DsmlSoapHttpConnection(System::DirectoryServices::Protocols::DsmlDirectoryIdentifier ^ identifier, System::Net::NetworkCredential ^ credential);
public DsmlSoapHttpConnection (System.DirectoryServices.Protocols.DsmlDirectoryIdentifier identifier, System.Net.NetworkCredential credential);
new System.DirectoryServices.Protocols.DsmlSoapHttpConnection : System.DirectoryServices.Protocols.DsmlDirectoryIdentifier * System.Net.NetworkCredential -> System.DirectoryServices.Protocols.DsmlSoapHttpConnection
Public Sub New (identifier As DsmlDirectoryIdentifier, credential As NetworkCredential)
매개 변수
- identifier
- DsmlDirectoryIdentifier
연결에 대한 서버입니다.
- credential
- NetworkCredential
네트워크 자격 증명입니다.
예외
identifier
가 null(Visual Basic의 경우 Nothing
)인 경우
적용 대상
DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential, AuthType)
지정된 식별자, 네트워크 자격 증명 및 인증 유형을 사용하여 클래스의 DsmlSoapHttpConnection 새 instance 초기화합니다.
public:
DsmlSoapHttpConnection(System::DirectoryServices::Protocols::DsmlDirectoryIdentifier ^ identifier, System::Net::NetworkCredential ^ credential, System::DirectoryServices::Protocols::AuthType authType);
public DsmlSoapHttpConnection (System.DirectoryServices.Protocols.DsmlDirectoryIdentifier identifier, System.Net.NetworkCredential credential, System.DirectoryServices.Protocols.AuthType authType);
new System.DirectoryServices.Protocols.DsmlSoapHttpConnection : System.DirectoryServices.Protocols.DsmlDirectoryIdentifier * System.Net.NetworkCredential * System.DirectoryServices.Protocols.AuthType -> System.DirectoryServices.Protocols.DsmlSoapHttpConnection
Public Sub New (identifier As DsmlDirectoryIdentifier, credential As NetworkCredential, authType As AuthType)
매개 변수
- identifier
- DsmlDirectoryIdentifier
연결에 대한 서버입니다.
- credential
- NetworkCredential
네트워크 자격 증명입니다.
- authType
- AuthType
이 연결에 사용할 인증 유형입니다.
예외
identifier
이 null 참조(Visual Basic의 경우 Nothing
)인 경우
authType
값이 DSML에서 지원하는 값 중 하나가 아닌 경우. DSML에서는 익명, NTLM, 기본, 협상 및 다이제스트 인증만 지원합니다.
authType
값이 AuthType 열거형에 정의된 상수 중 하나가 아닌 경우
적용 대상
.NET