Validates an OpenID authentication response.
True if successfully validated, false if not.
To determine if this method should be used, look at the value of the RequestedMode property, which detects the operational mode requested by the current HTTP request.
If RequestedMode is set to RequestedMode.IdResolution, the request is an authentication response from an OpenID Provider.
Therefore, ValidateResponse() should be used to verify the validity of the response.