5 references to IdentityClaim
System.ServiceModel.NetFramingBase (5)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (5)
450if (identity.IdentityClaim != null 451&& identity.IdentityClaim.ClaimType == ClaimTypes.Dns 452&& identity.IdentityClaim.Right == Rights.PossessProperty 453&& identity.IdentityClaim.Resource is string) 455string expectedDnsName = (string)identity.IdentityClaim.Resource;