DsmlSoapHttpConnection コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DsmlSoapHttpConnection コンストラクタの意味・解説 

DsmlSoapHttpConnection コンストラクタ (DsmlDirectoryIdentifier, NetworkCredential, AuthType)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

DsmlSoapHttpConnection コンストラクタは、指定した IDネットワーク資格情報、および認証種類使用して、DsmlSoapHttpConnection クラス新しインスタンス作成し初期化します。

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Public Sub New ( _
    identifier As DsmlDirectoryIdentifier, _
    credential As NetworkCredential, _
    authType As AuthType _
)
Dim identifier As DsmlDirectoryIdentifier
Dim credential As NetworkCredential
Dim authType As AuthType

Dim instance As New DsmlSoapHttpConnection(identifier,
 credential, authType)
public DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier identifier,
    NetworkCredential credential,
    AuthType authType
)
public:
DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier^ identifier, 
    NetworkCredential^ credential, 
    AuthType authType
)
public DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier identifier, 
    NetworkCredential credential, 
    AuthType authType
)
public function DsmlSoapHttpConnection (
    identifier : DsmlDirectoryIdentifier, 
    credential : NetworkCredential, 
    authType : AuthType
)

パラメータ

identifier

接続サーバー指定する DsmlDirectoryIdentifier オブジェクト

credential

ネットワーク資格情報格納している NetworkCredential オブジェクト

authType

この接続使用する認証種類指定する AuthType 値。

例外例外
例外種類条件

ArgumentNullException

identifiernull 参照 (Visual Basic の場合Nothing) です。

ArgumentException

authType 値が DSMLサポートされる値ではありません。DSML は、匿名NTLM基本ネゴシエート、およびダイジェストだけをサポートします

InvalidEnumArgumentException

authType 値が AuthType 列挙体に定義されている定数ではありません。

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DsmlSoapHttpConnection クラス
DsmlSoapHttpConnection メンバ
System.DirectoryServices.Protocols 名前空間

DsmlSoapHttpConnection コンストラクタ (DsmlDirectoryIdentifier, NetworkCredential)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

DsmlSoapHttpConnection コンストラクタは、DsmlSoapHttpConnection クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Public Sub New ( _
    identifier As DsmlDirectoryIdentifier, _
    credential As NetworkCredential _
)
Dim identifier As DsmlDirectoryIdentifier
Dim credential As NetworkCredential

Dim instance As New DsmlSoapHttpConnection(identifier,
 credential)
public DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier identifier,
    NetworkCredential credential
)
public:
DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier^ identifier, 
    NetworkCredential^ credential
)
public DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier identifier, 
    NetworkCredential credential
)
public function DsmlSoapHttpConnection (
    identifier : DsmlDirectoryIdentifier, 
    credential : NetworkCredential
)

パラメータ

identifier

接続サーバー指定する DsmlDirectoryIdentifier オブジェクト

credential

ネットワーク資格情報格納している NetworkCredential オブジェクト

例外例外
例外種類条件

ArgumentNullException

identifiernull (Visual Basic の場合Nothing) です。

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DsmlSoapHttpConnection クラス
DsmlSoapHttpConnection メンバ
System.DirectoryServices.Protocols 名前空間

DsmlSoapHttpConnection コンストラクタ

DsmlSoapHttpConnection クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
DsmlSoapHttpConnection (DsmlDirectoryIdentifier) DsmlSoapHttpConnection コンストラクタは、DsmlSoapHttpConnection クラス新しインスタンス初期化します。
DsmlSoapHttpConnection (Uri) DsmlSoapHttpConnection コンストラクタは、DsmlSoapHttpConnection クラス新しインスタンス初期化します。
DsmlSoapHttpConnection (DsmlDirectoryIdentifier, NetworkCredential) DsmlSoapHttpConnection コンストラクタは、DsmlSoapHttpConnection クラス新しインスタンス初期化します。
DsmlSoapHttpConnection (DsmlDirectoryIdentifier, NetworkCredential, AuthType) DsmlSoapHttpConnection コンストラクタは、指定した IDネットワーク資格情報、および認証種類使用してDsmlSoapHttpConnection クラス新しインスタンス作成し初期化します。
参照参照

関連項目

DsmlSoapHttpConnection クラス
DsmlSoapHttpConnection メンバ
System.DirectoryServices.Protocols 名前空間

DsmlSoapHttpConnection コンストラクタ (Uri)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

DsmlSoapHttpConnection コンストラクタは、DsmlSoapHttpConnection クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Dim uri As Uri

Dim instance As New DsmlSoapHttpConnection(uri)
public DsmlSoapHttpConnection (
    Uri uri
)
public:
DsmlSoapHttpConnection (
    Uri^ uri
)
public DsmlSoapHttpConnection (
    Uri uri
)
public function DsmlSoapHttpConnection (
    uri : Uri
)

パラメータ

uri

接続サーバー指定する Uri オブジェクト

例外例外
例外種類条件

ArgumentNullException

urinull (Visual Basic の場合Nothing) です。

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DsmlSoapHttpConnection クラス
DsmlSoapHttpConnection メンバ
System.DirectoryServices.Protocols 名前空間

DsmlSoapHttpConnection コンストラクタ (DsmlDirectoryIdentifier)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

DsmlSoapHttpConnection コンストラクタは、DsmlSoapHttpConnection クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Public Sub New ( _
    identifier As DsmlDirectoryIdentifier _
)
Dim identifier As DsmlDirectoryIdentifier

Dim instance As New DsmlSoapHttpConnection(identifier)
public DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier identifier
)
public:
DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier^ identifier
)
public DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier identifier
)
public function DsmlSoapHttpConnection (
    identifier : DsmlDirectoryIdentifier
)

パラメータ

identifier

接続サーバー指定する DsmlDirectoryIdentifier オブジェクト

例外例外
例外種類条件

ArgumentNullException

identifiernull (Visual Basic の場合Nothing) です。

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DsmlSoapHttpConnection クラス
DsmlSoapHttpConnection メンバ
System.DirectoryServices.Protocols 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「DsmlSoapHttpConnection コンストラクタ」の関連用語

DsmlSoapHttpConnection コンストラクタのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DsmlSoapHttpConnection コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS