Share via


IdentityProviderSingleSignOnDescriptor クラス

定義

ID プロバイダーが提供するシングル サインオン記述子 (IDOSSODescriptor) クラス。

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

コンストラクター

IdentityProviderSingleSignOnDescriptor()

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

プロパティ

ArtifactResolutionServices

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

(継承元 SingleSignOnDescriptor)
Contacts

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

(継承元 RoleDescriptor)
ErrorUrl

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

(継承元 RoleDescriptor)
Keys

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

(継承元 RoleDescriptor)
NameIdentifierFormats

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

(継承元 SingleSignOnDescriptor)
Organization

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

(継承元 RoleDescriptor)
ProtocolsSupported

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

(継承元 RoleDescriptor)
SingleLogoutServices

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

(継承元 SingleSignOnDescriptor)
SingleSignOnServices

シングル サインオン サービスを表す ProtocolEndpoint のコレクションを取得します。

SupportedAttributes

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

ValidUntil

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

(継承元 RoleDescriptor)
WantAuthenticationRequestsSigned

認証要求に署名する必要があるかどうかを示す値を取得または設定します。

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象