Adds an item to the list.
[Visual Basic]Public Sub AddHash( _
ByVal Username As String, _
ByVal PassHash As String _
)
[C#]
public void AddHash(
string Username,
string PassHash
);
Parameters
- Username
- The username to add.
- PassHash
- The hashed password to add.
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentNullException | Either Username or Password is null. |
See Also
AuthenticationList Class | AuthenticationList Members | Org.Mentalis.Proxy.Socks.Authentication Namespace