asposecells.api

Class EncryptionType

Utility class containing constants. Encryption Type. Only used by excel2003. We will encrypt 2007/2010 workbook using SHA AES the same as Excel does, and this EncryptionType will be ignored.

Field Summary
const  intXOR
XOR encryption algorithm.
const  intCOMPATIBLE
Office 97/2000 compatible.
const  intENHANCED_CRYPTOGRAPHIC_PROVIDER_V_1
Enhanced encryption.
const  intSTRONG_CRYPTOGRAPHIC_PROVIDER
Strong encryption algorithm.
 

    • Field Detail

      • XOR

        const int XOR
        XOR encryption algorithm.
      • COMPATIBLE

        const int COMPATIBLE
        Office 97/2000 compatible.
      • ENHANCED_CRYPTOGRAPHIC_PROVIDER_V_1

        const int ENHANCED_CRYPTOGRAPHIC_PROVIDER_V_1
        Enhanced encryption.
      • STRONG_CRYPTOGRAPHIC_PROVIDER

        const int STRONG_CRYPTOGRAPHIC_PROVIDER
        Strong encryption algorithm.