次の方法で共有


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 属性。 この属性は必須です。

適用対象