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