Gets an array with all the hashes in the authentication list.
[Visual Basic]Public ReadOnly Property Hashes As String()
[C#]
public string[] Hashes {get;}
Property Value
An array of strings containing all the hashes in the authentication list.
See Also
AuthenticationList Class | AuthenticationList Members | Org.Mentalis.Proxy.Socks.Authentication Namespace