次の方法で共有


SamlAssertion.AssertionId プロパティ

定義

このアサーションの識別子を取得または設定します。

public:
 property System::String ^ AssertionId { System::String ^ get(); void set(System::String ^ value); };
public string AssertionId { get; set; }
member this.AssertionId : string with get, set
Public Property AssertionId As String

プロパティ値

このアサーションの識別子。

例外

IsReadOnly プロパティの値が true のときに、AssertionId プロパティを設定しようとしました。

AssertionIdnull または空の文字列に設定しようとしました。

注釈

AssertionId プロパティは、OASIS SAML 1.1 仕様で定義されている AssertionID 要素の <saml:Assertion> 属性に対応します。

適用対象