SamlSecurityToken.Id Propiedad

Definición

Obtiene un identificador único del token de seguridad.

public:
 virtual property System::String ^ Id { System::String ^ get(); };
public override string Id { get; }
member this.Id : string
Public Overrides ReadOnly Property Id As String

Valor de propiedad

El identificador único del token de seguridad.

Comentarios

Cuando el token de seguridad SamlSecurityToken se serialize en XML, el valor del atributo de id. se establece en el valor de la propiedad Id.

Se aplica a