ExtremeSwank OpenID
IsValidIdentity Method
NamespacesExtremeSwank.OpenIdOpenIdClientIsValidIdentity()()()
Independently performs discovery on the supplied OpenID and determines whether or not it is valid.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsValidIdentity()
Public Function IsValidIdentity As Boolean
public:
bool IsValidIdentity()
Return Value
True if discovery was successful, false if not.
Remarks
This is a free operation. If you invoke IsValidIdentity(), the discovered server URL is cached. Running CreateRequest() will skip server discovery and move directly on to redirect URL generation.

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