3 references to DnsName
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
1383
if (!string.IsNullOrEmpty(authInfo.
DnsName
)
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);