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.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic string CsrfToken { get; }Public ReadOnly Property CsrfToken As String
	Get
public:
property String^ CsrfToken {
	String^ 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