TDataConnectionCredentialMethod Enumeration
Credentials method used for server access.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
Integrated |
0 |
Integrated authentication.
|
None |
1 |
Use no credentials at all.
|
Stored |
2 |
Use stored credentials.
|
Prompt |
3 |
Prompt for credentials.
|