Compartir a través de


WSTrustFeb2005RequestSerializer.CanRead (Método)

Checks if the given reader is positioned at a RequestSecurityToken element with namespace 'https://schemas.xmlsoap.org/ws/2005/02/trust'

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

Uso

    Dim instance As WSTrustFeb2005RequestSerializer
Dim reader As XmlReader
Dim returnValue As Boolean

returnValue = instance.CanRead(reader)

Sintaxis

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

Parámetros

  • reader
    The reader to read from.

Valor devuelto

Returns Boolean. true if the reader is positioned at a RequestSecurityToken element with namespace 'https://schemas.xmlsoap.org/ws/2005/02/trust'; 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

WSTrustFeb2005RequestSerializer (Clase)
WSTrustFeb2005RequestSerializer (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)