Click or drag to resize

Pop3LoginSSPIAsync Method (SSPIMechanism, String)

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

Namespace:  Limilabs.Client.POP3
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task LoginSSPIAsync(
	SSPIMechanism mechanism,
	string target
)

Parameters

mechanism
Type: Limilabs.Client.AuthenticationSSPIMechanism
Mechanism to use.
target
Type: SystemString
Indicates the service principal name (SPN) of the destination server. Default is "pop/" + fully qualified target name.

Return Value

Type: Task
A task that represents the asynchronous login operation.
Exceptions
ExceptionCondition
Pop3ResponseExceptionThrows Pop3ResponseException on error response.
See Also