Click or drag to resize
ClientSignon Method
Sign on to the configured MOVEit Transfer host.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool Signon(
	string Username,
	string Password
)

Parameters

Username
Type: SystemString
Username to sign on with.
Password
Type: SystemString
Password to sign on with.

Return Value

Type: Boolean
True if successful; otherwise, false.
See Also