WSTrustFeb2005ResponseSerializer.CanRead (Método)
Checks if the given reader is positioned at a RequestSecurityTokenResponse 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 WSTrustFeb2005ResponseSerializer 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 Booleantrue if the reader is positioned at a RequestSecurityTokenResponse 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
WSTrustFeb2005ResponseSerializer (Clase)
WSTrustFeb2005ResponseSerializer (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)