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