次の方法で共有


SamlEvidence.AssertionIdReferences プロパティ

定義

SAML 証明機関が承認決定のために依存する証拠を指定する 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 Security Assertion Markup Language (SAML) 仕様のアサーションおよびプロトコルで定義されている <saml:AssertionIDReference> 要素に対応しています。

適用対象