2 writes to Attribute
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
265
this.
Attribute
= dictionary.CreateString(IdentityModelStringsVersion1.String31, 31);
326
this.
Attribute
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String31);
3 references to Attribute
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAttribute.cs (1)
269
writer.WriteStartElement(dictionary.PreferredPrefix.Value, dictionary.
Attribute
, dictionary.Namespace);
System\IdentityModel\Tokens\SamlAttributeStatement.cs (2)
35
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.SamlDictionary.
Attribute
.Value));
105
if (reader.IsStartElement(dictionary.
Attribute
, dictionary.Namespace))