9 references to Action
System.IdentityModel (9)
System\IdentityModel\Metadata\MetadataSerializer.cs (1)
3208
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID0011, Saml2Constants.Attributes.Namespace, Saml2Constants.Elements.
Action
));
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (8)
2354
if (!reader.IsStartElement(Saml2Constants.Elements.
Action
, Saml2Constants.Namespace))
2356
reader.ReadStartElement(Saml2Constants.Elements.
Action
, Saml2Constants.Namespace);
2362
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID3061, Saml2Constants.Elements.
Action
, Saml2Constants.Namespace));
2380
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID0001, Saml2Constants.Attributes.Namespace, Saml2Constants.Elements.
Action
));
2385
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID0011, Saml2Constants.Attributes.Namespace, Saml2Constants.Elements.
Action
));
2438
writer.WriteStartElement(Saml2Constants.Elements.
Action
, Saml2Constants.Namespace);
3002
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID0011, Saml2Constants.Attributes.Namespace, Saml2Constants.Elements.
Action
));
3920
while (reader.IsStartElement(Saml2Constants.Elements.
Action
, Saml2Constants.Namespace));