Compartir vía


GenericXmlSecurityToken.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

Identificador único del token de seguridad.

Comentarios

Cuando el GenericXmlSecurityToken token de seguridad se serializa en XML, el valor del Id atributo se establece en el valor de la Id propiedad .

Se aplica a