SamlAdvice.AssertionIdReferences プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 プロパティによって返されるコレクションは読み取り専用です。