Verifies your wordpress.com key.

Namespace: MonoSoftware.Web.AntiSpam.AntiSpamProviders.Akismet
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public bool VerifyKey()
Visual Basic
Public Function VerifyKey As Boolean
Visual C++
public:
bool VerifyKey()
F#
member VerifyKey : unit -> bool 

Return Value

Type: Boolean
'True' is key is valid.

See Also