ServiceAuthenticationBehavior クラス

定義

サービスの認証動作について説明します。

public ref class ServiceAuthenticationBehavior sealed : System::ServiceModel::Description::IServiceBehavior
public sealed class ServiceAuthenticationBehavior : System.ServiceModel.Description.IServiceBehavior
type ServiceAuthenticationBehavior = class
    interface IServiceBehavior
Public NotInheritable Class ServiceAuthenticationBehavior
Implements IServiceBehavior
継承
ServiceAuthenticationBehavior
実装

コンストラクター

名前 説明
ServiceAuthenticationBehavior()

ServiceAuthenticationBehaviorの新しいインスタンスを作成します。

プロパティ

名前 説明
AuthenticationSchemes

サービスによって使用される認証スキームを表す値を取得または設定します。

ServiceAuthenticationManager

この動作に関連付けられている ServiceAuthenticationManager を取得します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ShouldSerializeAuthenticationSchemes()

サービスが認証スキームをシリアル化する必要があるかどうかを返します。

ShouldSerializeServiceAuthenticationManager()

をシリアル化する必要がある場合は 。それ以外の場合は。

ToString()

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

(継承元 Object)

明示的なインターフェイスの実装

名前 説明
IServiceBehavior.AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection)

AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection) メソッドの実装。

IServiceBehavior.ApplyDispatchBehavior(ServiceDescription, ServiceHostBase)

ApplyDispatchBehavior(ServiceDescription, ServiceHostBase) メソッドの実装。

IServiceBehavior.Validate(ServiceDescription, ServiceHostBase)

IServiceBehavior.Validate(ServiceDescription, ServiceHostBase) メソッドの実装。

適用対象