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