Share via


ApplicationServiceDescriptor クラス

定義

アプリケーション サービス記述子とそのエンドポイントを定義します。

public ref class ApplicationServiceDescriptor : System::IdentityModel::Metadata::WebServiceDescriptor
public class ApplicationServiceDescriptor : System.IdentityModel.Metadata.WebServiceDescriptor
type ApplicationServiceDescriptor = class
    inherit WebServiceDescriptor
Public Class ApplicationServiceDescriptor
Inherits WebServiceDescriptor
継承
ApplicationServiceDescriptor

コンストラクター

ApplicationServiceDescriptor()

ApplicationServiceDescriptor クラスのインスタンスを初期化します。

プロパティ

ClaimTypesOffered

提供されるクレームの種類を表す DisplayClaim のコレクションを取得します。

(継承元 WebServiceDescriptor)
ClaimTypesRequested

要求されるクレームの種類を表す DisplayClaim のコレクションを取得します。

(継承元 WebServiceDescriptor)
Contacts

ContactPerson のコレクションを取得します。

(継承元 RoleDescriptor)
Endpoints

このアプリケーション サービスのエンドポイントを取得します。

ErrorUrl

エラー URL を取得または設定します。

(継承元 RoleDescriptor)
Keys

KeyDescriptor のコレクションを取得します。

(継承元 RoleDescriptor)
Organization

Organization を取得または設定します。

(継承元 RoleDescriptor)
PassiveRequestorEndpoints

このアプリケーション サービスのパッシブな要求元のエンドポイントを取得します。

ProtocolsSupported

サポートされるプロトコルのコレクションを取得します。

(継承元 RoleDescriptor)
ServiceDescription

サービスの記述を取得または設定します。

(継承元 WebServiceDescriptor)
ServiceDisplayName

サービスの表示名を取得または設定します。

(継承元 WebServiceDescriptor)
TargetScopes

ターゲット スコープを表す EndpointAddress オブジェクトのコレクションを取得します。

(継承元 WebServiceDescriptor)
TokenTypesOffered

提供されたトークンの種類のコレクションを取得します。

(継承元 WebServiceDescriptor)
ValidUntil

有効期間を取得または設定します。

(継承元 RoleDescriptor)

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象