Compartir a través de


SecurityTokenHandler.CanReadKeyIdentifierClause (Método)

Indicates if the current XML element is pointing to a KeyIdentifierClause that can be serialized 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.CanReadKeyIdentifierClause(reader)

Sintaxis

'Declaración
Public Overridable Function CanReadKeyIdentifierClause ( _
    reader As XmlReader _
) As Boolean
public virtual bool CanReadKeyIdentifierClause (
    XmlReader reader
)
public:
virtual bool CanReadKeyIdentifierClause (
    XmlReader^ reader
)
public boolean CanReadKeyIdentifierClause (
    XmlReader reader
)
public function CanReadKeyIdentifierClause (
    reader : XmlReader
) : boolean

Parámetros

  • reader
    An XML reader positioned at the start element. The reader should not be advanced.

Valor devuelto

true if the ReadKeyIdentifierClause can read the element.

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)