SecurityTokenServiceDescriptor クラス

定義

セキュリティ トークン サービスのサービス記述子を定義します。

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

コンストラクター

名前 説明
SecurityTokenServiceDescriptor()

SecurityTokenServiceDescriptor クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
ClaimTypesOffered

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

(継承元 WebServiceDescriptor)
ClaimTypesRequested

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

(継承元 WebServiceDescriptor)
Contacts

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

(継承元 RoleDescriptor)
ErrorUrl

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

(継承元 RoleDescriptor)
Keys

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

(継承元 RoleDescriptor)
Organization

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

(継承元 RoleDescriptor)
PassiveRequestorEndpoints

パッシブ リクエスタ エンドポイントを表す EndpointAddress のコレクションを取得します。

ProtocolsSupported

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

(継承元 RoleDescriptor)
SecurityTokenServiceEndpoints

セキュリティ トークン サービスのエンドポイントを表す EndpointAddress のコレクションを取得します。

ServiceDescription

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

(継承元 WebServiceDescriptor)
ServiceDisplayName

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

(継承元 WebServiceDescriptor)
TargetScopes

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

(継承元 WebServiceDescriptor)
TokenTypesOffered

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

(継承元 WebServiceDescriptor)
ValidUntil

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

(継承元 RoleDescriptor)

メソッド

名前 説明
Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象