共用方式為


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 屬性。

嘗試將 AssertionId 屬性設為 null 或空字串。

備註

AssertionId 屬性 (Property) 會對應到已定義在 OASIS SAML 1.1 規格中 AssertionID 項目的 <saml:Assertion> 屬性 (Attribute)。

適用於