1 type derived from SecurityTokenException
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\SecurityTokenValidationException.cs (1)
10public class SecurityTokenValidationException : SecurityTokenException
7 instantiations of SecurityTokenException
System.ServiceModel.Primitives (7)
System\IdentityModel\Selectors\SecurityTokenProvider.cs (6)
33throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SRP.Format(SRP.TokenProviderUnableToGetToken, this))); 54throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SRP.Format(SRP.TokenProviderUnableToGetToken, this))); 65throw Fx.Exception.AsError(new SecurityTokenException(SRP.Format(SRP.TokenProviderUnableToGetToken, this))); 108throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SRP.Format(SRP.TokenProviderUnableToRenewToken, this))); 134throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SRP.Format(SRP.TokenProviderUnableToRenewToken, this))); 150throw Fx.Exception.AsError(new SecurityTokenException(SRP.Format(SRP.TokenProviderUnableToRenewToken, this)));
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
167throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SRP.UnableToCreateTokenReference));
2 references to SecurityTokenException
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
636|| e is SecurityTokenException);
System\ServiceModel\Security\SecurityProtocol.cs (1)
600catch (SecurityTokenException exception)