ServiceAuthenticationBehavior クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サービスの認証動作を記述します。
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 をシリアル化する必要がある場合は |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |