2 writes to Action
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
260
this.
Action
= dictionary.CreateString(IdentityModelStringsVersion1.String26, 26);
321
this.
Action
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String26);
4 references to Action
System.IdentityModel (4)
System\IdentityModel\Tokens\SamlAction.cs (2)
94
if (reader.IsStartElement(dictionary.
Action
, dictionary.Namespace))
122
writer.WriteStartElement(dictionary.PreferredPrefix.Value, dictionary.
Action
, dictionary.Namespace);
System\IdentityModel\Tokens\SamlAuthorizationDecisionStatement.cs (2)
45
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.SamlDictionary.
Action
.Value));
195
if (reader.IsStartElement(dictionary.
Action
, dictionary.Namespace))