Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim rstr As RequestSecurityTokenResponse Dim serializer As WSTrustResponseSerializer Dim context As WSTrustSerializationContext Dim instance As New WSTrustResponseBodyWriter(rstr, serializer, context) |
Syntax
Visual Basic |
---|
Public Sub New ( _ rstr As RequestSecurityTokenResponse, _ serializer As WSTrustResponseSerializer, _ context As WSTrustSerializationContext _ ) |
C# |
---|
public WSTrustResponseBodyWriter ( RequestSecurityTokenResponse rstr, WSTrustResponseSerializer serializer, WSTrustSerializationContext context ) |
C++ |
---|
public: WSTrustResponseBodyWriter ( RequestSecurityTokenResponse^ rstr, WSTrustResponseSerializer^ serializer, WSTrustSerializationContext^ context ) |
J# |
---|
public WSTrustResponseBodyWriter ( RequestSecurityTokenResponse rstr, WSTrustResponseSerializer serializer, WSTrustSerializationContext context ) |
JScript |
---|
public function WSTrustResponseBodyWriter ( rstr : RequestSecurityTokenResponse, serializer : WSTrustResponseSerializer, context : WSTrustSerializationContext ) |
Parameters
- rstr
- serializer
- context