4 references to Address
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
5274value = reader.GetAttribute(Saml2Constants.Attributes.Address); 5393writer.WriteAttributeString(Saml2Constants.Attributes.Address, data.Address); 5461subjectLocality.Address = reader.GetAttribute(Saml2Constants.Attributes.Address); 5515writer.WriteAttributeString(Saml2Constants.Attributes.Address, data.Address);