WSTrustResponseSerializer.WriteKnownResponseElement Method
[This documentation is preliminary and is subject to change.]
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Dim instance As WSTrustResponseSerializer
Dim rstr As RequestSecurityTokenResponse
Dim writer As XmlWriter
Dim context As WSTrustSerializationContext
instance.WriteKnownResponseElement(rstr, writer, context)
Syntax
'Declaration
Public MustOverride Sub WriteKnownResponseElement ( _
rstr As RequestSecurityTokenResponse, _
writer As XmlWriter, _
context As WSTrustSerializationContext _
)
public abstract void WriteKnownResponseElement (
RequestSecurityTokenResponse rstr,
XmlWriter writer,
WSTrustSerializationContext context
)
public:
virtual void WriteKnownResponseElement (
RequestSecurityTokenResponse^ rstr,
XmlWriter^ writer,
WSTrustSerializationContext^ context
) abstract
public abstract void WriteKnownResponseElement (
RequestSecurityTokenResponse rstr,
XmlWriter writer,
WSTrustSerializationContext context
)
public abstract function WriteKnownResponseElement (
rstr : RequestSecurityTokenResponse,
writer : XmlWriter,
context : WSTrustSerializationContext
)
Parameters
- rstr
- writer
- context
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also
Reference
WSTrustResponseSerializer Class
WSTrustResponseSerializer Members
Microsoft.IdentityModel.Protocols.WSTrust Namespace