AuthenticationException クラス
アセンブリ: System (system.dll 内)

<SerializableAttribute> _ Public Class AuthenticationException Inherits SystemException
[SerializableAttribute] public class AuthenticationException : SystemException
[SerializableAttribute] public ref class AuthenticationException : public SystemException
/** @attribute SerializableAttribute() */ public class AuthenticationException extends SystemException
SerializableAttribute public class AuthenticationException extends SystemException

NegotiateStream クラスおよび SslStream クラスは、クライアントまたはサーバーを認証できない場合にこの例外をスローします。この例外がスローされた場合、別の資格情報を使用して認証を再試行できます。認証を再試行できない場合は、AuthenticationException の代わりに FatalAuthenticationException がスローされます。

NegotiateStream | SslStream

System.Exception
System.SystemException
System.Security.Authentication.AuthenticationException
System.Security.Authentication.InvalidCredentialException


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- AuthenticationException クラスのページへのリンク