7 references to SecondaryParameters
System.IdentityModel (7)
System\IdentityModel\Protocols\WSTrust\WSTrust13ConstantsAdapter.cs (1)
105
private string secondaryParameters = WSTrust13Constants.ElementNames.
SecondaryParameters
;
System\IdentityModel\Protocols\WSTrust\WSTrust13RequestSerializer.cs (6)
67
if (reader.IsStartElement(WSTrust13Constants.ElementNames.
SecondaryParameters
, WSTrust13Constants.NamespaceURI))
143
this.WriteXmlElement(writer, WSTrust13Constants.ElementNames.
SecondaryParameters
, rst.SecondaryParameters, rst, context);
212
if (StringComparer.Ordinal.Equals(elementName, WSTrust13Constants.ElementNames.
SecondaryParameters
))
218
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.ID2064, WSTrust13Constants.ElementNames.
SecondaryParameters
)));
227
writer.WriteStartElement(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.
SecondaryParameters
, WSTrust13Constants.NamespaceURI);
336
WSTrust13Constants.ElementNames.
SecondaryParameters
, WSTrust13Constants.NamespaceURI))