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