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