Hevea documentation

Credential Constructor (String, String, ArrayList, ArrayList)

Constructor.

public Credential(
   string login,
   string password,
   ArrayList allow,
   ArrayList deny
);

Parameters

login
user login
password
user password (MD5 encrypted)
allow
list of url prefixes (low case) that are allowed
deny
list of url prefixes (low case) that are denied

Exceptions

Exception Type Condition
ArgumentNullException login, password, allow or deny is null

See Also

Credential Class | Hevea.Core Namespace | Credential Constructor Overload List