Share via


ServiceProviderSingleSignOnDescriptor クラス

定義

サービス プロバイダー SSO (SPSSO) の記述子を定義します。

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

コンストラクター

ServiceProviderSingleSignOnDescriptor()

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

ServiceProviderSingleSignOnDescriptor(IndexedProtocolEndpointDictionary)

指定したインデックス付きのエンドポイントのディクショナリを持つ ServiceProviderSingleSignOnDescriptor クラスの新しいインスタンスを初期化します。

プロパティ

ArtifactResolutionServices

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

(継承元 SingleSignOnDescriptor)
AssertionConsumerServices

[SAMLProf] で定義されている認証要求プロトコルのプロファイルをサポートしているインデックス付きエンドポイントを含む IndexedProtocolEndpointDictionary を取得します。

AuthenticationRequestsSigned

サービス プロバイダーによって送信される要求が署名されるかどうかを示す値を取得または設定します。

Contacts

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

(継承元 RoleDescriptor)
ErrorUrl

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

(継承元 RoleDescriptor)
Keys

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

(継承元 RoleDescriptor)
NameIdentifierFormats

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

(継承元 SingleSignOnDescriptor)
Organization

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

(継承元 RoleDescriptor)
ProtocolsSupported

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

(継承元 RoleDescriptor)
SingleLogoutServices

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

(継承元 SingleSignOnDescriptor)
ValidUntil

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

(継承元 RoleDescriptor)
WantAssertionsSigned

サービス プロバイダーによって受け取られるアサーションが署名されている必要があるかどうかを示す値を取得または設定します。

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象