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()

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

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) メソッドの実装。

適用対象