10 references to Dns
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\Claim.cs (1)
112return new Claim(ClaimTypes.Dns, dns, Rights.PossessProperty, ClaimComparer.Dns);
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\ClaimComparer.cs (1)
38if (claimType == ClaimTypes.Dns)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
228ClaimTypes.Dns.Equals(claimType) || 255else if (_claims == null && ClaimTypes.Dns.Equals(claimType))
FrameworkFork\System.ServiceModel\System\ServiceModel\DnsEndpointIdentity.cs (2)
28if (!identity.ClaimType.Equals(ClaimTypes.Dns)) 29throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(string.Format(SRServiceModel.UnrecognizedClaimTypeForIdentity, identity.ClaimType, ClaimTypes.Dns));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\IdentityVerifier.cs (3)
92&& identity.IdentityClaim.ClaimType == ClaimTypes.Dns 101foreach (Claim claim in claimSet.FindClaims(ClaimTypes.Dns, Rights.PossessProperty)) 233if (ClaimTypes.Dns.Equals(identity.IdentityClaim.ClaimType))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (1)
396else if (ClaimTypes.Dns.Equals(identity.IdentityClaim.ClaimType))