4 references to UnrecognizedClaimTypeForIdentity
System.ServiceModel.Primitives (4)
System\ServiceModel\DnsEndpointIdentity.cs (1)
32
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SRP.Format(SRP.
UnrecognizedClaimTypeForIdentity
, identity.ClaimType, ClaimTypes.Dns));
System\ServiceModel\RsaEndpointIdentity.cs (1)
39
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SRP.Format(SRP.
UnrecognizedClaimTypeForIdentity
, identity.ClaimType, ClaimTypes.Rsa));
System\ServiceModel\SpnEndpointIdentity.cs (1)
33
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SRP.Format(SRP.
UnrecognizedClaimTypeForIdentity
, identity.ClaimType, ClaimTypes.Spn));
System\ServiceModel\UpnEndpointIdentity.cs (1)
36
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SRP.Format(SRP.
UnrecognizedClaimTypeForIdentity
, identity.ClaimType, ClaimTypes.Upn));