2 writes to Subject
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
298
this.
Subject
= dictionary.CreateString(IdentityModelStringsVersion1.String64, 64);
359
this.
Subject
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String64);
4 references to Subject
System.IdentityModel (4)
System\IdentityModel\Tokens\SamlAttributeStatement.cs (1)
91
if (reader.IsStartElement(dictionary.
Subject
, dictionary.Namespace))
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (1)
189
if (reader.IsStartElement(dictionary.
Subject
, dictionary.Namespace))
System\IdentityModel\Tokens\SamlAuthorizationDecisionStatement.cs (1)
184
if (reader.IsStartElement(dictionary.
Subject
, dictionary.Namespace))
System\IdentityModel\Tokens\SamlSubject.cs (1)
357
writer.WriteStartElement(dictionary.PreferredPrefix.Value, dictionary.
Subject
, dictionary.Namespace);