Share via


SingleSignOnDescriptor クラス

定義

SSO 記述子を定義します。

public ref class SingleSignOnDescriptor : System::IdentityModel::Metadata::RoleDescriptor
public class SingleSignOnDescriptor : System.IdentityModel.Metadata.RoleDescriptor
type SingleSignOnDescriptor = class
    inherit RoleDescriptor
Public Class SingleSignOnDescriptor
Inherits RoleDescriptor
継承
SingleSignOnDescriptor
派生

コンストラクター

SingleSignOnDescriptor()

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

プロパティ

ArtifactResolutionServices

成果物の解決サービスのインデックス エンドポイントを含む IndexedProtocolEndpointDictionary オブジェクトを取得します。

Contacts

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

(継承元 RoleDescriptor)
ErrorUrl

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

(継承元 RoleDescriptor)
Keys

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

(継承元 RoleDescriptor)
NameIdentifierFormats

サポートされる名前識別子の形式を表す URI のコレクションを取得します。

Organization

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

(継承元 RoleDescriptor)
ProtocolsSupported

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

(継承元 RoleDescriptor)
SingleLogoutServices

単一ログアウト サービス エンドポイントのコレクションを取得します。

ValidUntil

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

(継承元 RoleDescriptor)

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象