1 write to Address
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
5277confirmationData.Address = value;
3 references to Address
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
2098if (null != confirmationData.Address) 5391if (!string.IsNullOrEmpty(data.Address)) 5393writer.WriteAttributeString(Saml2Constants.Attributes.Address, data.Address);