AuthenticationManager.Authenticate メソッド
アセンブリ: System (system.dll 内)

Public Shared Function Authenticate ( _ challenge As String, _ request As WebRequest, _ credentials As ICredentials _ ) As Authorization
Dim challenge As String Dim request As WebRequest Dim credentials As ICredentials Dim returnValue As Authorization returnValue = AuthenticationManager.Authenticate(challenge, request, credentials)
public static Authorization Authenticate ( string challenge, WebRequest request, ICredentials credentials )
public: static Authorization^ Authenticate ( String^ challenge, WebRequest^ request, ICredentials^ credentials )
public static Authorization Authenticate ( String challenge, WebRequest request, ICredentials credentials )
public static function Authenticate ( challenge : String, request : WebRequest, credentials : ICredentials ) : Authorization
戻り値
承認試行の結果を格納する Authorization クラスのインスタンス。認証チャレンジに応答する認証モジュールがない場合、このメソッドは null 参照 (Visual Basic では Nothing) を返します。

例外の種類 | 条件 |
---|---|
ArgumentNullException | challenge が null 参照 (Visual Basic では Nothing) です。 または request が null 参照 (Visual Basic では Nothing) です。 または credentials が null 参照 (Visual Basic では Nothing) です。 |

Authenticate メソッドは、モジュールの 1 つが Authorization インスタンスで応答するまで、各登録済み認証モジュールで IAuthenticationModule.Authenticate メソッドを呼び出します。
返された最初の Authorization インスタンスが、要求を認証するために使用されます。要求を認証できる認証モジュールがない場合、Authenticate メソッドは null 参照 (Visual Basic では Nothing) を返します。

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


Weblioに収録されているすべての辞書からAuthenticationManager.Authenticate メソッドを検索する場合は、下記のリンクをクリックしてください。

- AuthenticationManager.Authenticate メソッドのページへのリンク