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)

適用対象