SecurityTokenHandler.CanReadToken (Método)
Indicates whether the current XML element can be read as a token of the type handled by this instance.
Espacio de nombres: Microsoft.IdentityModel.Tokens
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As SecurityTokenHandler Dim reader As XmlReader Dim returnValue As Boolean returnValue = instance.CanReadToken(reader)
Sintaxis
'Declaración
Public Overridable Function CanReadToken ( _
reader As XmlReader _
) As Boolean
public virtual bool CanReadToken (
XmlReader reader
)
public:
virtual bool CanReadToken (
XmlReader^ reader
)
public boolean CanReadToken (
XmlReader reader
)
public function CanReadToken (
reader : XmlReader
) : boolean
Parámetros
- reader
An XML reader positioned at a start element. The reader should not be advanced.
Valor devuelto
true if the ReadToken method can read the element; otherwise, false.
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
SecurityTokenHandler (Clase)
SecurityTokenHandler (Miembros)
Microsoft.IdentityModel.Tokens (Espacio de nombres)