aspose.cells

Class CredentialsMethodType

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

Field Summary
const  NumberINTEGRATED
Integrated Authentication
const  NumberNONE
No Credentials
const  NumberPROMPT
Prompt Credentials
const  NumberSTORED
Stored Credentials
 

    • Field Detail

      • INTEGRATED

        const Number INTEGRATED
        Integrated Authentication
      • NONE

        const Number NONE
        No Credentials
      • PROMPT

        const Number PROMPT
        Prompt Credentials
      • STORED

        const Number STORED
        Stored Credentials