WSTrustResponseBodyWriter Constructor
[This documentation is preliminary and is subject to change.]
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Dim rstr As RequestSecurityTokenResponse
Dim serializer As WSTrustResponseSerializer
Dim context As WSTrustSerializationContext
Dim instance As New WSTrustResponseBodyWriter(rstr, serializer, context)
Syntax
'Declaration
Public Sub New ( _
rstr As RequestSecurityTokenResponse, _
serializer As WSTrustResponseSerializer, _
context As WSTrustSerializationContext _
)
public WSTrustResponseBodyWriter (
RequestSecurityTokenResponse rstr,
WSTrustResponseSerializer serializer,
WSTrustSerializationContext context
)
public:
WSTrustResponseBodyWriter (
RequestSecurityTokenResponse^ rstr,
WSTrustResponseSerializer^ serializer,
WSTrustSerializationContext^ context
)
public WSTrustResponseBodyWriter (
RequestSecurityTokenResponse rstr,
WSTrustResponseSerializer serializer,
WSTrustSerializationContext context
)
public function WSTrustResponseBodyWriter (
rstr : RequestSecurityTokenResponse,
serializer : WSTrustResponseSerializer,
context : WSTrustSerializationContext
)
Parameters
- rstr
- serializer
- context
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also
Reference
WSTrustResponseBodyWriter Class
WSTrustResponseBodyWriter Members
Microsoft.IdentityModel.Protocols.WSTrust Namespace