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