2 references to CannotValidateSecurityTokenType
System.ServiceModel.Primitives (2)
System\IdentityModel\Selectors\SecurityTokenAuthenticator.cs (2)
36throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenValidationException(SRP.Format(SRP.CannotValidateSecurityTokenType, this, token.GetType()))); 52string errorMsg = SRP.Format(SRP.CannotValidateSecurityTokenType, this, token.GetType());