Click or drag to resize
MOVEitUserInfoAuthMethod Property
When the user's organization is using a "mixed" authentication mode (RADIUS then MOVEit or LDAP then MOVEit), this setting determines how the user will be authenticated.

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

Property Value

Type: Int32
Remarks
Possible authentication method codes are:
20MOVEit only
10External only
0Both
See Also