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