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 |
クライアント資格情報で ID 構成を使用するかどうかを取得または設定します。 |
| Windows |
Windows資格情報の検証の設定を取得します。 |