2 writes to AttributeStatement
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
268this.AttributeStatement = dictionary.CreateString(IdentityModelStringsVersion1.String34, 34); 329this.AttributeStatement = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String34);
2 references to AttributeStatement
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAttributeStatement.cs (1)
143writer.WriteStartElement(dictionary.PreferredPrefix.Value, dictionary.AttributeStatement, dictionary.Namespace);
System\IdentityModel\Tokens\SamlSerializer.cs (1)
141else if (reader.IsStartElement(DictionaryManager.SamlDictionary.AttributeStatement, DictionaryManager.SamlDictionary.Namespace))