Compartir a través de


Saml2Assertion.Id Propiedad

Definición

Obtiene o establece el identificador para esta aserción. [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

Valor de propiedad

Saml2Id que representa el identificador.

Excepciones

Se ha intentado establecer la propiedad en null.

Comentarios

Atributo ID. Este atributo es necesario.

Se aplica a