ServiceCredentialsElement クラス

定義

サービスの認証に使用される資格情報と、クライアントの資格情報検証関連の設定を指定する構成要素を表します。 このクラスは継承できません。

public ref class ServiceCredentialsElement : System::ServiceModel::Configuration::BehaviorExtensionElement
public class ServiceCredentialsElement : System.ServiceModel.Configuration.BehaviorExtensionElement
type ServiceCredentialsElement = class
    inherit BehaviorExtensionElement
Public Class ServiceCredentialsElement
Inherits BehaviorExtensionElement
継承
継承

コンストラクター

ServiceCredentialsElement()

ServiceCredentialsElement クラスの新しいインスタンスを初期化します。

プロパティ

BehaviorType

動作の構成要素の種類を取得します。

ClientCertificate

クライアント証明書を帯域外で使用できるときに使用されるクライアント証明書を取得します。

ConfigurationElementName

この構成要素の名前を取得します。

(継承元 ServiceModelExtensionElement)
CurrentConfiguration

現在の Configuration インスタンスが属している構成階層を表す最上位の ConfigurationElement インスタンスへの参照を取得します。

(継承元 ConfigurationElement)
ElementInformation

ElementInformation オブジェクトのカスタマイズできない情報と機能を格納する ConfigurationElement オブジェクトを取得します。

(継承元 ConfigurationElement)
ElementProperty

ConfigurationElementProperty オブジェクト自体を表す ConfigurationElement オブジェクトを取得します。

(継承元 ConfigurationElement)
EvaluationContext

ContextInformation オブジェクトの ConfigurationElement オブジェクトを取得します。

(継承元 ConfigurationElement)
HasContext

CurrentConfiguration プロパティが null であるかどうかを示す値を取得します。

(継承元 ConfigurationElement)
IdentityConfiguration

ServiceCredentialsElement で使用される ID 構成を取得または設定します。

IssuedTokenAuthentication

このサービス用に現在発行されているトークンを取得します。

Item[ConfigurationProperty]

この構成要素のプロパティまたは属性を取得または設定します。

(継承元 ConfigurationElement)
Item[String]

この構成要素のプロパティ、属性、または子要素を取得または設定します。

(継承元 ConfigurationElement)
LockAllAttributesExcept

ロックされている属性のコレクションを取得します。

(継承元 ConfigurationElement)
LockAllElementsExcept

ロックされている要素のコレクションを取得します。

(継承元 ConfigurationElement)
LockAttributes

ロックされている属性のコレクションを取得します。

(継承元 ConfigurationElement)
LockElements

ロックされている要素のコレクションを取得します。

(継承元 ConfigurationElement)
LockItem

要素がロックされているかどうかを示す値を取得または設定します。

(継承元 ConfigurationElement)
Peer

ピア ノードの現在の資格情報を取得します。

Properties

ConfigurationPropertyCollection オブジェクトのコレクションが格納されている ConfigurationProperty インスタンスを取得します。オブジェクトは、この構成要素の属性または ConfigurationElement オブジェクトです。

SecureConversationAuthentication

セキュリティで保護されたメッセージ交換の現在の資格情報を取得します。

ServiceCertificate

クライアントによって開始される X.509 証明書を取得します。

Type

この構成の種類を取得または設定します。

UseIdentityConfiguration

サービス資格情報要素が ID 構成を使用するかどうかを示す値を取得または設定します。

UserNameAuthentication

ユーザー名とパスワードの検証の設定を取得します。

WindowsAuthentication

Windows 資格情報の検証の設定を取得します。

メソッド

ApplyConfiguration(ServiceCredentials)

指定された構成要素の内容をこの構成要素に適用します。

CopyFrom(ServiceModelExtensionElement)

指定された構成要素の内容をこの構成要素にコピーします。

CreateBehavior()

この構成要素の設定に基づくカスタム動作を作成します。

DeserializeElement(XmlReader, Boolean)

構成ファイルから XML を読み取ります。

(継承元 ConfigurationElement)
Equals(Object)

現在の ConfigurationElement インスタンスを、指定したオブジェクトと比較します。

(継承元 ConfigurationElement)
GetHashCode()

現在の ConfigurationElement インスタンスを表す一意の値を取得します。

(継承元 ConfigurationElement)
GetTransformedAssemblyString(String)

指定されたアセンブリ名を変換して返します。

(継承元 ConfigurationElement)
GetTransformedTypeString(String)

指定された型名を変換して返します。

(継承元 ConfigurationElement)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
Init()

ConfigurationElement オブジェクトを初期状態に設定します。

(継承元 ConfigurationElement)
InitializeDefault()

ConfigurationElement オブジェクトの既定の値セットを初期化するために使用します。

(継承元 ConfigurationElement)
IsModified()

この構成要素が変更されたかどうかを示す値を取得します。

(継承元 ServiceModelExtensionElement)
IsReadOnly()

ConfigurationElement オブジェクトが読み取り専用かどうかを示す値を取得します。

(継承元 ConfigurationElement)
ListErrors(IList)

この ConfigurationElement オブジェクトおよびすべてのサブ要素の無効なプロパティのエラーを、渡されたリストに追加します。

(継承元 ConfigurationElement)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
OnDeserializeUnrecognizedAttribute(String, String)

逆シリカル化中に不明な属性が発生したかどうかを示す値を取得します。

(継承元 ConfigurationElement)
OnDeserializeUnrecognizedElement(String, XmlReader)

逆シリカル化中に不明な要素が発生したかどうかを示す値を取得します。

(継承元 ConfigurationElement)
OnRequiredPropertyNotFound(String)

必要なプロパティが見つからないと例外がスローされます。

(継承元 ConfigurationElement)
PostDeserialize()

逆シリアル化後に呼び出されます。

(継承元 ConfigurationElement)
PreSerialize(XmlWriter)

シリアル化前に呼び出されます。

(継承元 ConfigurationElement)
Reset(ConfigurationElement)

この構成要素オブジェクトの内部状態 (ロックやプロパティ コレクションなど) をリセットします。

(継承元 ServiceModelExtensionElement)
ResetModified()

IsModified() メソッドの値が派生クラスに実装されたときに、false にリセットします。

(継承元 ConfigurationElement)
SerializeElement(XmlWriter, Boolean)

この構成要素の内容を構成ファイルに書き込みます。

(継承元 ServiceModelExtensionElement)
SerializeToXmlElement(XmlWriter, String)

派生クラスに実装されている場合、この構成要素の外側のタグを構成ファイルに書き込みます。

(継承元 ConfigurationElement)
SetPropertyValue(ConfigurationProperty, Object, Boolean)

プロパティを指定した値に設定します。

(継承元 ConfigurationElement)
SetPropertyValueIfNotDefaultValue<T>(String, T)

値が既定値でない場合、構成要素のプロパティ値を設定します。

(継承元 ServiceModelConfigurationElement)
SetReadOnly()

IsReadOnly() オブジェクトおよびすべてのサブ要素に ConfigurationElement プロパティを設定します。

(継承元 ConfigurationElement)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)

保存しないすべての値を削除するには、ConfigurationElement オブジェクトを変更します。

(継承元 ConfigurationElement)

適用対象

こちらもご覧ください