Saml2Assertion.Id Proprietà

Definizione

Ottiene o imposta l'identificatore per questa asserzione. [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

Valore della proprietà

Oggetto Saml2Id che rappresenta l'identificatore.

Eccezioni

Tentativo di impostare la proprietà su null.

Commenti

Attributo ID. Questo attributo è obbligatorio.

Si applica a