Set it to true before calling the method athenticated

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public bool Authenticate { set; }
Visual Basic (Declaration)
Public WriteOnly Property Authenticate As Boolean
Visual C++
public:
property bool Authenticate {
	void set (bool value);
}

See Also