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