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