WSTrustFeb2005ResponseSerializer.ReadXml (Método)
Deserializes the RSTR from the XmlReader to a RequestSecurityTokenResponse object.
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As WSTrustFeb2005ResponseSerializer Dim reader As XmlReader Dim context As WSTrustSerializationContext Dim returnValue As RequestSecurityTokenResponse returnValue = instance.ReadXml(reader, context)
Sintaxis
'Declaración
Public Overrides Function ReadXml ( _
reader As XmlReader, _
context As WSTrustSerializationContext _
) As RequestSecurityTokenResponse
public override RequestSecurityTokenResponse ReadXml (
XmlReader reader,
WSTrustSerializationContext context
)
public:
virtual RequestSecurityTokenResponse^ ReadXml (
XmlReader^ reader,
WSTrustSerializationContext^ context
) override
public RequestSecurityTokenResponse ReadXml (
XmlReader reader,
WSTrustSerializationContext context
)
public override function ReadXml (
reader : XmlReader,
context : WSTrustSerializationContext
) : RequestSecurityTokenResponse
Parámetros
- reader
XML reader over the RSTR
- context
Current Serialization context.
Valor devuelto
RequestSecurityTokenResponse object if the deserialization was successful
Excepciones
Tipo de excepción | Condición |
---|---|
WSTrustSerializationException | There was an error parsing the RSTR |
ArgumentNullException | The given reader or context parameter is null |
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)