次の方法で共有


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 アサーションへの参照のコレクションを格納する IList<T> 型の String

注釈

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

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

適用対象