3 references to Address
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
1384
|| !string.IsNullOrEmpty(authInfo.
Address
))
1387
= new Saml2SubjectLocality(authInfo.
Address
, authInfo.DnsName);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
400
return new SamlAuthenticationStatement(samlSubject, DenormalizeAuthenticationType(authenticationMethod), authInstantTime, authInfo.DnsName, authInfo.
Address
, null);