1 type derived from AuthenticationException
System.Net.Security (1)
31 instantiations of AuthenticationException
Microsoft.AspNetCore.Server.Kestrel.Core (2)
System.DirectoryServices (1)
System.DirectoryServices.AccountManagement (1)
System.Net.Quic (6)
System.Net.Security (21)
System\Net\Security\NegotiateStream.cs (11)
777new AuthenticationException(SR.net_auth_bad_client_creds_or_target_mismatch),
779new AuthenticationException(SR.net_auth_bad_client_creds_or_target_mismatch),
781new AuthenticationException(SR.Format(SR.net_auth_context_expectation, _expectedImpersonationLevel.ToString(), PrivateImpersonationLevel.ToString())),
783new AuthenticationException(SR.Format(SR.net_auth_context_expectation, _context.ProtectionLevel.ToString(), _expectedProtectionLevel.ToString())),
843_ => new AuthenticationException(SR.net_auth_SSPI, win32Exception)
876throw new AuthenticationException(SR.net_auth_eof);
889throw new AuthenticationException(SR.net_auth_alert);
907throw new AuthenticationException(SR.Format(SR.net_io_header_id, nameof(FrameHeader.MessageId), _framer.ReadHeader.MessageId, FrameHeader.HandshakeId));
915throw new AuthenticationException(SR.Format(SR.net_io_header_id, nameof(FrameHeader.MessageId), _framer.ReadHeader.MessageId, FrameHeader.HandshakeDoneId));
946ERROR_TRUST_FAILURE => new AuthenticationException(SR.net_auth_context_expectation_remote, e),
947_ => new AuthenticationException(SR.net_auth_alert, e)
13 references to AuthenticationException
dotnet-svcutil-lib (2)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
netstandard (1)
System (1)
System.DirectoryServices.AccountManagement (1)
System.Net.Http (1)
System.Net.Mail (1)
System.Net.Quic (1)
System.Net.Requests (1)
System.ServiceModel.Http (1)
System.ServiceModel.NetFramingBase (2)