ExtremeSwank OpenID
ValidateResponse Method
NamespacesExtremeSwank.OpenIdOpenIdClientValidateResponse()()()
Validates an OpenID authentication response.
Declaration Syntax
C#Visual BasicVisual C++
public override bool ValidateResponse()
Public Overrides Function ValidateResponse As Boolean
public:
virtual bool ValidateResponse() override
Return Value
True if successfully authenticated, false if not.
Remarks

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.

Assembly: ExtremeSwank.OpenId (Module: ExtremeSwank.OpenId) Version: 4.0.0.1 (4.0.0.1)