1 type derived from AuthenticationException
System (1)
net\System\Net\SecureProtocols\AuthenticationException.cs (1)
55public class InvalidCredentialException: AuthenticationException
13 references to AuthenticationException
System (5)
net\System\Net\FtpWebRequest.cs (1)
1296else if (exception is AuthenticationException || exception is SecurityException)
net\System\Net\mail\iisPickupDirectory.cs (1)
453exception is AuthenticationException ||
net\System\Net\mail\SmtpClient.cs (2)
542e is AuthenticationException || 684e is AuthenticationException ||
net\System\Net\SecureProtocols\_NegoState.cs (1)
713if (!(exception is AuthenticationException))
System.ServiceModel (8)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
605catch (AuthenticationException exception) 931catch (AuthenticationException exception)
System\ServiceModel\Channels\StreamSecurityUpgradeAcceptorAsyncResult.cs (2)
31catch (AuthenticationException exception) 57catch (AuthenticationException exception)
System\ServiceModel\Channels\StreamSecurityUpgradeInitiatorAsyncResult.cs (2)
34catch (AuthenticationException exception) 60catch (AuthenticationException exception)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (2)
215catch (AuthenticationException exception) 433catch (AuthenticationException exception)