6 references to ValidateTarget
System.IdentityModel (6)
System\IdentityModel\Protocols\WSTrust\WSTrust13ConstantsAdapter.cs (1)
107private string validateTarget = WSTrust13Constants.ElementNames.ValidateTarget;
System\IdentityModel\Protocols\WSTrust\WSTrust13RequestSerializer.cs (5)
84if (reader.IsStartElement(WSTrust13Constants.ElementNames.ValidateTarget, WSTrust13Constants.NamespaceURI)) 148this.WriteXmlElement(writer, WSTrust13Constants.ElementNames.ValidateTarget, rst.ValidateTarget, rst, context); 249if (StringComparer.Ordinal.Equals(elementName, WSTrust13Constants.ElementNames.ValidateTarget)) 255throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("elementValue", SR.GetString(SR.ID3222, WSTrust13Constants.ElementNames.ValidateTarget, WSTrust13Constants.NamespaceURI, typeof(SecurityTokenElement), elementValue)); 258writer.WriteStartElement(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.ValidateTarget, WSTrust13Constants.NamespaceURI);