asposecells.api

Class CredentialsMethodType

Utility class containing constants. Specifies Credentials method used for server access.

Field Summary
const  intINTEGRATED
Integrated Authentication
const  intNONE
No Credentials
const  intPROMPT
Prompt Credentials
const  intSTORED
Stored Credentials
 

    • Field Detail

      • INTEGRATED

        const int INTEGRATED
        Integrated Authentication
      • NONE

        const int NONE
        No Credentials
      • PROMPT

        const int PROMPT
        Prompt Credentials
      • STORED

        const int STORED
        Stored Credentials