Call each registered authentication module to determine the first module that can respond to the authentication request.
[Visual Basic] Public Shared Function Respond( _ ByVal ResponseHeaders As NameValueCollection, _ ByVal Request As WebRequest, _ ByVal Credentials As ICredentialLookup _ ) As Authorization [C#] public static Authorization Respond( NameValueCollection ResponseHeaders, WebRequest Request, ICredentialLookup Credentials ); [C++] public: static Authorization* Respond( NameValueCollection* ResponseHeaders, WebRequest* Request, ICredentialLookup* Credentials ); [JScript] public static function Respond( ResponseHeaders : NameValueCollection, Request : WebRequest, Credentials : ICredentialLookup ) : Authorization;
An instance of the Authorization class containing the result of the authorization attempt.
AuthenticationManager Class | AuthenticationManager Members | System.Net Namespace