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