IHttpSecurity::OnSecurityProblemIHttpSecurity::OnSecurityProblem*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHttpNegotiate::OnResponse
*Next Topic: IPersistMoniker::GetCurMoniker

IHttpSecurity::OnSecurityProblem

HRESULT OnSecurityProblem (
    [in] DWORD dwProblem
);

Notifies the client application about an authentication problem. This interface should be implemented by applications that want to handle any authentication problems themselves, instead of using the default user interface.

dwProblem
Double-word value that contains the authentication problem encountered. Can be one of the following values:
ERROR_INTERNET_SEC_CERT_DATE_INVALID
ERROR_INTERNET_SEC_CERT_CN_INVALID
ERROR_INTERNET_HTTP_TO_HTTPS_ON_REDIR
ERROR_INTERNET_HTTPS_TO_HTTP_ON_REDIR
ERROR_HTTP_REDIRECT_NEEDS_CONFIRMATION
ERROR_INTERNET_INVALID_CA
ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.