Click or drag to resize

Pop3LoginSSPIAsync Method

Overload List
  NameDescription
Public methodLoginSSPIAsync
Logs user in using Negotiate mechanism. Target will be constructed as "pop/" + TargetHost name.
Public methodLoginSSPIAsync(SSPIMechanism)
Logs user in using specified mechanism (Negotiate, Kerberos or NTLM). Target will be constructed as "pop/" + TargetHost name.
Public methodLoginSSPIAsync(SSPIMechanism, String)
Logs user in using specified mechanism (Negotiate, Kerberos or NTLM).
Public methodLoginSSPIAsync(SSPIMechanism, String, String)
Logs user in using specified mechanism (Negotiate, Kerberos or NTLM). Target will be constructed as "pop/" + TargetHost name.
Public methodLoginSSPIAsync(SSPIMechanism, String, String, String)
Logs user in using specified mechanism (Negotiate, Kerberos or NTLM).
Top
See Also