Click or drag to resize

Pop3LoginSSPI Method

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