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() |
|
| ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |