2 writes to SubjectLocalityIPAddress
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
306
this.
SubjectLocalityIPAddress
= dictionary.CreateString(IdentityModelStringsVersion1.String72, 72);
367
this.
SubjectLocalityIPAddress
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String72);
2 references to SubjectLocalityIPAddress
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (2)
204
this.ipAddress = reader.GetAttribute(dictionary.
SubjectLocalityIPAddress
, null);
268
writer.WriteStartAttribute(dictionary.
SubjectLocalityIPAddress
, null);