WSTrustResponseSerializer.CanRead (Método)
When implemented in the derived class checks if the given reader is positioned at a RequestSecurityTokenResponse element.
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As WSTrustResponseSerializer Dim reader As XmlReader Dim returnValue As Boolean returnValue = instance.CanRead(reader)
Sintaxis
'Declaración
Public MustOverride Function CanRead ( _
reader As XmlReader _
) As Boolean
public abstract bool CanRead (
XmlReader reader
)
public:
virtual bool CanRead (
XmlReader^ reader
) abstract
public abstract boolean CanRead (
XmlReader reader
)
public abstract function CanRead (
reader : XmlReader
) : boolean
Parámetros
- reader
The reader to read from.
Valor devuelto
Returns Boolean. true if the reader is positioned at an RSTR element that this serializer can read; 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
WSTrustResponseSerializer (Clase)
WSTrustResponseSerializer (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)