Authenticates to the server using GSSAPI. Kerberos (not on .NET CF) and NTLM methods are supported. This method cannot be used with FTP protocol.

Namespace:  Rebex.Net
Assembly:  Rebex.FileTransfer (in Rebex.FileTransfer.dll)

Syntax

Visual Basic
Public Sub Login ( _
	credentials As SshGssApiCredentials _
)
C#
public void Login(
	SshGssApiCredentials credentials
)

Parameters

credentials
Type: Rebex.Net..::..SshGssApiCredentials
Credentials.

Remarks

Only supported on Windows platforms.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also