2 types derived from WSTrustResponseSerializer
System.IdentityModel (2)
System\IdentityModel\Protocols\WSTrust\WSTrust13ResponseSerializer.cs (1)
14
public class WSTrust13ResponseSerializer :
WSTrustResponseSerializer
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005ResponseSerializer.cs (1)
14
public class WSTrustFeb2005ResponseSerializer :
WSTrustResponseSerializer
20 references to WSTrustResponseSerializer
System.IdentityModel (3)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (3)
1353
public static RequestSecurityTokenResponse CreateResponse(XmlReader reader, WSTrustSerializationContext context,
WSTrustResponseSerializer
responseSerializer, WSTrustConstantsAdapter trustConstants)
1667
public static void WriteResponse(RequestSecurityTokenResponse response, XmlWriter writer, WSTrustSerializationContext context,
WSTrustResponseSerializer
responseSerializer, WSTrustConstantsAdapter trustConstants)
1718
public static void WriteKnownResponseElement(RequestSecurityTokenResponse rstr, XmlWriter writer, WSTrustSerializationContext context,
WSTrustResponseSerializer
responseSerializer, WSTrustConstantsAdapter trustConstants)
System.ServiceModel (17)
System\ServiceModel\Security\WSTrustChannel.cs (3)
168
WSTrustResponseSerializer
_wsTrustResponseSerializer;
268
public
WSTrustResponseSerializer
WSTrustResponseSerializer
306
WSTrustResponseSerializer
responseSerializer)
System\ServiceModel\Security\WSTrustChannelFactory.cs (5)
43
public
WSTrustResponseSerializer
ResponseSerializer;
75
WSTrustResponseSerializer
_wsTrustResponseSerializer;
315
public
WSTrustResponseSerializer
WSTrustResponseSerializer
374
WSTrustResponseSerializer
responseSerializer)
421
private
WSTrustResponseSerializer
GetResponseSerializer(TrustVersion trustVersion)
System\ServiceModel\Security\WSTrustResponseBodyWriter.cs (2)
18
WSTrustResponseSerializer
_serializer;
29
public WSTrustResponseBodyWriter(RSTR requestSecurityTokenResponse,
WSTrustResponseSerializer
serializer, WSTrustSerializationContext context)
System\ServiceModel\Security\WSTrustServiceContract.cs (7)
259
protected virtual Message ProcessCore(Message requestMessage, WSTrustRequestSerializer requestSerializer,
WSTrustResponseSerializer
responseSerializer, string requestAction, string responseAction, string trustNamespace)
347
/// <param name="responseSerializer">The <see cref="
WSTrustResponseSerializer
"/> used to deserialize
357
WSTrustResponseSerializer
responseSerializer,
524
protected virtual IAsyncResult BeginProcessCore(Message requestMessage, WSTrustRequestSerializer requestSerializer,
WSTrustResponseSerializer
responseSerializer, string requestAction, string responseAction, string trustNamespace, AsyncCallback callback, object state)
1359
WSTrustResponseSerializer
_responseSerializer;
1365
WSTrustResponseSerializer
responseSerializer,
1415
public
WSTrustResponseSerializer
ResponseSerializer