Gets Signature returned by Defensio.

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

Syntax

C#
string Signature { get; }
Visual Basic
ReadOnly Property Signature As String
	Get
Visual C++
property String^ Signature {
	String^ get ();
}
F#
abstract Signature : string with get

Property Value

Type: String

See Also