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)

適用対象