共用方式為


Saml2Assertion.Id 屬性

定義

取得或設定這個判斷提示的識別項。 [Saml2Core, 2.3.3]

public:
 property System::IdentityModel::Tokens::Saml2Id ^ Id { System::IdentityModel::Tokens::Saml2Id ^ get(); void set(System::IdentityModel::Tokens::Saml2Id ^ value); };
public System.IdentityModel.Tokens.Saml2Id Id { get; set; }
member this.Id : System.IdentityModel.Tokens.Saml2Id with get, set
Public Property Id As Saml2Id

屬性值

表示識別項的 Saml2Id

例外狀況

嘗試將屬性設為 null

備註

ID 屬性。 這是必要屬性。

適用於