AuthenticationList.IsHashPresent Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

AuthenticationList.IsHashPresent Method 

Checks whether a user/passhash combination is present in the collection or not.

[Visual Basic]Public Function IsHashPresent( _
   ByVal Username As String, _
   ByVal PassHash As String _
) As Boolean
[C#]
public bool IsHashPresent(
   string Username,
   string PassHash
);

Parameters

Username
The username to search for.
PassHash
The corresponding password hash to search for.

Return Value

True when the user/passhash combination is present in the collection, false otherwise.

See Also

AuthenticationList Class | AuthenticationList Members | Org.Mentalis.Proxy.Socks.Authentication Namespace