SamlAssertion.AssertionId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個判斷提示的識別項。
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)。