Compartir a través de


RsaSecurityTokenHandler.TokenType (Propiedad)

Get the System.Type of the SecurityToken this instance handles.

Espacio de nombres: Microsoft.IdentityModel.Tokens
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As RsaSecurityTokenHandler
Dim value As Type

value = instance.TokenType

Sintaxis

'Declaración
Public Overrides ReadOnly Property TokenType As Type
public override Type TokenType { get; }
public:
virtual property Type^ TokenType {
    Type^ get () override;
}
/** @property */
public Type get_TokenType ()
public override function get TokenType () : Type

Valor de propiedad

Returns a Type.

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Vea también

Referencia

RsaSecurityTokenHandler (Clase)
RsaSecurityTokenHandler (Miembros)
Microsoft.IdentityModel.Tokens (Espacio de nombres)