Click or drag to resize
ClientCsrfToken Property
A string that is randomly generated upon sign on. To maintain security, this must be supplied as a form value named 'csrftoken' when an API web application generates a form for a "direct upload" against MOVEit Transfer version 8.0.1.0 or higher.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public string CsrfToken { get; }

Property Value

Type: String
Remarks
This value will be empty for users who have not yet signed on, or fail to sign on.
See Also