| 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.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic int AuthMethod { get; }Public ReadOnly Property AuthMethod As Integer
Get
public:
property int AuthMethod {
int get ();
}Property Value
Type:
Int32
Remarks
Possible authentication method codes are:
| 20 | MOVEit only |
| 10 | External only |
| 0 | Both |
See Also