| | Name | Description |
|---|
 | LoginSSPIAsync(CancellationToken) |
Logs user in using Negotiate mechanism. Target will be constructed as "pop/" + TargetHost name.
|
 | LoginSSPIAsync(SSPIMechanism, CancellationToken) |
Logs user in using specified mechanism (Negotiate, Kerberos or NTLM).
Target will be constructed as "pop/" + TargetHost name.
|
 | LoginSSPIAsync(SSPIMechanism, String, CancellationToken) |
Logs user in using specified mechanism (Negotiate, Kerberos or NTLM).
|
 | LoginSSPIAsync(SSPIMechanism, String, String, CancellationToken) |
Logs user in using specified mechanism (Negotiate, Kerberos or NTLM).
Target will be constructed as "pop/" + TargetHost name.
|
 | LoginSSPIAsync(SSPIMechanism, String, String, String, CancellationToken) |
Logs user in using specified mechanism (Negotiate, Kerberos or NTLM).
|