次の方法で共有


SamlAssertionKeyIdentifierClause.AssertionId プロパティ

定義

キー識別子を含む SamlAssertion の識別子を取得します。

public:
 property System::String ^ AssertionId { System::String ^ get(); };
public string AssertionId { get; }
member this.AssertionId : string
Public ReadOnly Property AssertionId As String

プロパティ値

キー識別子を含む SamlAssertion の識別子。

注釈

SamlAssertion の識別子は、AssertionId プロパティに指定されます。

適用対象