ExtremeSwank OpenID
ValidateResponse Method
NamespacesExtremeSwank.OpenIdClientCoreValidateResponse()()()
Validates an OpenID authentication response.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ValidateResponse()
Public Overridable Function ValidateResponse As Boolean
public:
virtual bool ValidateResponse()
Return Value
True if successfully validated, 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)