12 references to TrustFeb2005
System.IdentityModel (12)
System\IdentityModel\Protocols\WSTrust\WSTrust13RequestSerializer.cs (1)
347
WSTrustConstantsAdapter.GetConstantsAdapter(reader.NamespaceURI) ?? WSTrustConstantsAdapter.
TrustFeb2005
);
System\IdentityModel\Protocols\WSTrust\WSTrustConstantsAdapter.cs (1)
109
return WSTrustConstantsAdapter.
TrustFeb2005
;
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
);