5 references to RequestSecurityTokenResponseCollection
System.IdentityModel (5)
System\IdentityModel\Protocols\WSTrust\WSTrust13ConstantsAdapter.cs (1)
106
private string requestSecurityTokenResponseCollection = WSTrust13Constants.ElementNames.
RequestSecurityTokenResponseCollection
;
System\IdentityModel\Protocols\WSTrust\WSTrust13ResponseSerializer.cs (4)
36
if (reader.IsStartElement(WSTrust13Constants.ElementNames.
RequestSecurityTokenResponseCollection
, WSTrust13Constants.NamespaceURI))
38
reader.ReadStartElement(WSTrust13Constants.ElementNames.
RequestSecurityTokenResponseCollection
, WSTrust13Constants.NamespaceURI);
148
writer.WriteStartElement(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.
RequestSecurityTokenResponseCollection
, WSTrust13Constants.NamespaceURI);
217
return reader.IsStartElement(WSTrust13Constants.ElementNames.
RequestSecurityTokenResponseCollection
, WSTrust13Constants.NamespaceURI)