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