4 references to Action
System.IdentityModel (4)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (4)
1571if (reader.IsStartElement(SamlConstants.ElementNames.Action, SamlConstants.Namespace)) 1590throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.ID4065, SamlConstants.ElementNames.Action, SamlConstants.Namespace, reader.LocalName, reader.NamespaceURI))); 1612writer.WriteStartElement(SamlConstants.Prefix, SamlConstants.ElementNames.Action, SamlConstants.Namespace); 3190if (reader.IsStartElement(SamlConstants.ElementNames.Action, SamlConstants.Namespace))