DsmlSoapHttpConnection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DsmlSoapHttpConnection クラスの新しいインスタンスを初期化します。
オーバーロード
DsmlSoapHttpConnection(DsmlDirectoryIdentifier) |
DsmlSoapHttpConnection クラスの新しいインスタンスを初期化します。 |
DsmlSoapHttpConnection(Uri) |
DsmlSoapHttpConnection クラスの新しいインスタンスを初期化します。 |
DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential) |
DsmlSoapHttpConnection クラスの新しいインスタンスを初期化します。 |
DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential, AuthType) |
指定した識別子、ネットワーク資格情報、および認証の DsmlSoapHttpConnection 種類を使用して、 クラスの新しいインスタンスを初期化します。 |
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 種類を使用して、 クラスの新しいインスタンスを初期化します。
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