次の方法で共有


SamlAdvice.AssertionIdReferences プロパティ

定義

SAML アサーションへの参照のコレクションを取得します。

public:
 property System::Collections::Generic::IList<System::String ^> ^ AssertionIdReferences { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> AssertionIdReferences { get; }
member this.AssertionIdReferences : System.Collections.Generic.IList<string>
Public ReadOnly Property AssertionIdReferences As IList(Of String)

プロパティ値

SAML アサーションに関する追加情報を提供する SAML アサーションへの参照のコレクションを含むString型のIList<T>

注釈

AssertionIdReferences プロパティは、OASIS SAML 1.1 仕様のアサーションとプロトコルで定義されている<saml:Advice>要素の<saml:AssertionIDReference>子要素に対応します。

IsReadOnly プロパティの値がtrueされている場合、AssertionIdReferences プロパティによって返されるコレクションは読み取り専用です。

適用対象