Click or drag to resize

ImapLoginSSPI(SSPIMechanism, String) Method

Logs user in using specified mechanism (Negotiate, Kerberos or NTLM).

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public void LoginSSPI(
	SSPIMechanism mechanism,
	string target
)

Parameters

mechanism  SSPIMechanism
Mechanism to use.
target  String
Indicates the service principal name (SPN) of the destination server. Default is "imap/" + fully qualified target name.
Exceptions
ExceptionCondition
ImapResponseExceptionThrows ImapResponseException on error response.
See Also