ClientCredentialsElement クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クライアント資格情報を構成する構成要素を表します。
public ref class ClientCredentialsElement : System::ServiceModel::Configuration::BehaviorExtensionElement
public class ClientCredentialsElement : System.ServiceModel.Configuration.BehaviorExtensionElement
type ClientCredentialsElement = class
inherit BehaviorExtensionElement
Public Class ClientCredentialsElement
Inherits BehaviorExtensionElement
- 継承
-
ClientCredentialsElement
- 継承
-
ClientCredentialsElement
コンストラクター
| ClientCredentialsElement() |
ClientCredentialsElement クラスの新しいインスタンスを初期化します。 |
プロパティ
| BehaviorType |
この動作要素の型を取得します。 |
| ClientCertificate |
クライアント証明書を帯域外で使用できるときに使用されるクライアント証明書を取得します。 |
| ConfigurationElementName |
この構成要素の名前を取得します。 (継承元 ServiceModelExtensionElement) |
| CurrentConfiguration |
現在の Configuration インスタンスが属している構成階層を表す最上位の ConfigurationElement インスタンスへの参照を取得します。 (継承元 ConfigurationElement) |
| ElementInformation |
ElementInformation オブジェクトのカスタマイズできない情報と機能を格納する ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
| ElementProperty |
ConfigurationElementProperty オブジェクト自体を表す ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
| EvaluationContext |
ContextInformation オブジェクトの ConfigurationElement オブジェクトを取得します。 (継承元 ConfigurationElement) |
| HasContext |
CurrentConfiguration プロパティが |
| HttpDigest |
現在の HTTP ダイジェスト資格情報を構成する構成要素を取得します。 |
| IssuedToken |
現在発行されているトークンのインスタンスを構成する構成要素を取得します。 |
| Item[ConfigurationProperty] |
この構成要素のプロパティまたは属性を取得または設定します。 (継承元 ConfigurationElement) |
| Item[String] |
この構成要素のプロパティ、属性、または子要素を取得または設定します。 (継承元 ConfigurationElement) |
| LockAllAttributesExcept |
ロックされている属性のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockAllElementsExcept |
ロックされている要素のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockAttributes |
ロックされている属性のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockElements |
ロックされている要素のコレクションを取得します。 (継承元 ConfigurationElement) |
| LockItem |
要素がロックされているかどうかを示す値を取得または設定します。 (継承元 ConfigurationElement) |
| Peer |
現在のピア資格情報を構成する構成要素を取得します。 |
| Properties |
ConfigurationPropertyCollection オブジェクトのコレクションが格納されている ConfigurationProperty インスタンスを取得します。オブジェクトは、この構成要素の属性または ConfigurationElement オブジェクトです。 |
| ServiceCertificate |
クライアントによって開始される X.509 証明書を取得します。 |
| SupportInteractive |
資格情報で対話的なネゴシエーションがサポートされているかどうかを示すブール値を取得または設定します。 |
| Type |
この構成要素の型を取得します。 |
| UseIdentityConfiguration |
クライアント資格情報で identity 構成を使用するかどうかを取得または設定します。 |
| Windows |
Windows 資格情報の検証の設定を取得します。 |