2 types derived from WSTrustConstantsAdapter
System.IdentityModel (2)
System\IdentityModel\Protocols\WSTrust\WSTrust13ConstantsAdapter.cs (1)
9
internal class WSTrust13ConstantsAdapter :
WSTrustConstantsAdapter
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005ConstantsAdapter.cs (1)
9
internal class WSTrustFeb2005ConstantsAdapter :
WSTrustConstantsAdapter
55 references to WSTrustConstantsAdapter
System.IdentityModel (55)
System\IdentityModel\Protocols\WSTrust\WSTrust13RequestSerializer.cs (7)
38
return WSTrustSerializationHelper.CreateRequest(reader, context, this,
WSTrustConstantsAdapter
.Trust13);
99
WSTrustSerializationHelper.ReadRSTXml(reader, rst, context,
WSTrustConstantsAdapter
.Trust13);
128
WSTrustSerializationHelper.WriteKnownRequestElement(rst, writer, context, this,
WSTrustConstantsAdapter
.Trust13);
176
WSTrustSerializationHelper.WriteRequest(request, writer, context, this,
WSTrustConstantsAdapter
.Trust13);
272
WSTrustSerializationHelper.WriteRSTXml(writer, elementName, elementValue, context,
WSTrustConstantsAdapter
.Trust13);
347
WSTrustConstantsAdapter
.GetConstantsAdapter(reader.NamespaceURI) ??
WSTrustConstantsAdapter
.TrustFeb2005);
System\IdentityModel\Protocols\WSTrust\WSTrust13ResponseSerializer.cs (5)
42
RequestSecurityTokenResponse rstr = WSTrustSerializationHelper.CreateResponse(reader, context, this,
WSTrustConstantsAdapter
.Trust13);
84
WSTrustSerializationHelper.ReadRSTRXml(reader, rstr, context,
WSTrustConstantsAdapter
.Trust13);
112
WSTrustSerializationHelper.WriteKnownResponseElement(rstr, writer, context, this,
WSTrustConstantsAdapter
.Trust13);
151
WSTrustSerializationHelper.WriteResponse(response, writer, context, this,
WSTrustConstantsAdapter
.Trust13);
197
WSTrustSerializationHelper.WriteRSTRXml(writer, elementName, elementValue, context,
WSTrustConstantsAdapter
.Trust13);
System\IdentityModel\Protocols\WSTrust\WSTrustConstantsAdapter.cs (3)
105
internal static
WSTrustConstantsAdapter
GetConstantsAdapter(string ns)
109
return
WSTrustConstantsAdapter
.TrustFeb2005;
113
return
WSTrustConstantsAdapter
.Trust13;
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005RequestSerializer.cs (5)
36
return WSTrustSerializationHelper.CreateRequest(reader, context, this,
WSTrustConstantsAdapter
.TrustFeb2005);
64
WSTrustSerializationHelper.ReadRSTXml(reader, rst, context,
WSTrustConstantsAdapter
.TrustFeb2005);
92
WSTrustSerializationHelper.WriteKnownRequestElement(rst, writer, context, this,
WSTrustConstantsAdapter
.TrustFeb2005);
119
WSTrustSerializationHelper.WriteRequest(request, writer, context, this,
WSTrustConstantsAdapter
.TrustFeb2005);
154
WSTrustSerializationHelper.WriteRSTXml(writer, elementName, elementValue, context,
WSTrustConstantsAdapter
.TrustFeb2005);
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005ResponseSerializer.cs (5)
36
return WSTrustSerializationHelper.CreateResponse(reader, context, this,
WSTrustConstantsAdapter
.TrustFeb2005);
64
WSTrustSerializationHelper.ReadRSTRXml(reader, rstr, context,
WSTrustConstantsAdapter
.TrustFeb2005);
91
WSTrustSerializationHelper.WriteKnownResponseElement(rstr, writer, context, this,
WSTrustConstantsAdapter
.TrustFeb2005);
118
WSTrustSerializationHelper.WriteResponse(response, writer, context, this,
WSTrustConstantsAdapter
.TrustFeb2005);
153
WSTrustSerializationHelper.WriteRSTRXml(writer, elementName, elementValue, context,
WSTrustConstantsAdapter
.TrustFeb2005);
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (30)
21
public static RequestSecurityToken CreateRequest(XmlReader reader, WSTrustSerializationContext context, WSTrustRequestSerializer requestSerializer,
WSTrustConstantsAdapter
trustConstants)
67
public static void ReadRSTXml(XmlReader reader, RequestSecurityToken rst, WSTrustSerializationContext context,
WSTrustConstantsAdapter
trustConstants)
652
public static void WriteRequest(RequestSecurityToken rst, XmlWriter writer, WSTrustSerializationContext context, WSTrustRequestSerializer requestSerializer,
WSTrustConstantsAdapter
trustConstants)
706
public static void WriteKnownRequestElement(RequestSecurityToken rst, XmlWriter writer, WSTrustSerializationContext context, WSTrustRequestSerializer requestSerializer,
WSTrustConstantsAdapter
trustConstants)
889
public static void WriteRSTXml(XmlWriter writer, string elementName, object elementValue, WSTrustSerializationContext context,
WSTrustConstantsAdapter
trustConstants)
1353
public static RequestSecurityTokenResponse CreateResponse(XmlReader reader, WSTrustSerializationContext context, WSTrustResponseSerializer responseSerializer,
WSTrustConstantsAdapter
trustConstants)
1400
public static void ReadRSTRXml(XmlReader reader, RequestSecurityTokenResponse rstr, WSTrustSerializationContext context,
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)
1846
public static void WriteRSTRXml(XmlWriter writer, string elementName, object elementValue, WSTrustSerializationContext context,
WSTrustConstantsAdapter
trustConstants)
2076
public static string ReadComputedKeyAlgorithm(XmlReader reader,
WSTrustConstantsAdapter
trustConstants)
2108
public static void WriteComputedKeyAlgorithm(XmlWriter writer, string elementName, string computedKeyAlgorithm,
WSTrustConstantsAdapter
trustConstants)
2148
public static Status ReadStatus(XmlReader reader,
WSTrustConstantsAdapter
trustConstants)
2186
public static BinaryExchange ReadBinaryExchange(XmlReader reader,
WSTrustConstantsAdapter
trustConstants)
2256
public static void WriteBinaryExchange(XmlWriter writer, BinaryExchange binaryExchange,
WSTrustConstantsAdapter
trustConstants)
2305
public static void WriteStatus(XmlWriter writer, Status status,
WSTrustConstantsAdapter
trustConstants)
2342
public static ProtectedKey ReadProtectedKey(XmlReader reader, WSTrustSerializationContext context,
WSTrustConstantsAdapter
trustConstants)
2400
public static void WriteProtectedKey(XmlWriter writer, ProtectedKey protectedKey, WSTrustSerializationContext context,
WSTrustConstantsAdapter
trustConstants)
2430
public static string ReadRequestType(XmlReader reader,
WSTrustConstantsAdapter
trustConstants)
2471
public static void WriteRequestType(XmlWriter writer, string requestType,
WSTrustConstantsAdapter
trustConstants)
2513
public static Lifetime ReadLifetime(XmlReader reader,
WSTrustConstantsAdapter
trustConstants)
2560
public static void WriteLifetime(XmlWriter writer, Lifetime lifetime,
WSTrustConstantsAdapter
trustConstants)
2592
public static EndpointReference ReadOnBehalfOfIssuer(XmlReader reader,
WSTrustConstantsAdapter
trustConstants)
2626
public static void WriteOnBehalfOfIssuer(XmlWriter writer, EndpointReference issuer,
WSTrustConstantsAdapter
trustConstants)
2648
public static EndpointReference ReadAppliesTo(XmlReader reader,
WSTrustConstantsAdapter
trustConstants)
2676
public static void WriteAppliesTo(XmlWriter writer, EndpointReference appliesTo,
WSTrustConstantsAdapter
trustConstants)
2698
public static string ReadKeyType(XmlReader reader,
WSTrustConstantsAdapter
trustConstants)
2734
public static void WriteKeyType(XmlWriter writer, string keyType,
WSTrustConstantsAdapter
trustConstants)
2837
public static BinarySecretSecurityToken ReadBinarySecretSecurityToken(XmlReader reader,
WSTrustConstantsAdapter
trustConstants)
2859
public static void WriteBinarySecretSecurityToken(XmlWriter writer, BinarySecretSecurityToken token,
WSTrustConstantsAdapter
trustConstants)