2 references to UnrecognizedClaimTypeForIdentity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DnsEndpointIdentity.cs (1)
29
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(string.Format(SRServiceModel.
UnrecognizedClaimTypeForIdentity
, identity.ClaimType, ClaimTypes.Dns));
FrameworkFork\System.ServiceModel\System\ServiceModel\SpnEndpointIdentity.cs (1)
55
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(string.Format(SRServiceModel.
UnrecognizedClaimTypeForIdentity
, identity.ClaimType, ClaimTypes.Spn));