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