adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ExportEncryptionType Enumeration


In This Topic
    ExportEncryptionType Enumeration
    In This Topic
    Specifies the type of encryption used for protecting passwords and other encrypted data in an export.
    Syntax
    'Declaration
     
    
    Public Enum ExportEncryptionType 
       Inherits System.Enum
    public enum ExportEncryptionType : System.Enum 
    public enum class ExportEncryptionType : public System.Enum 
    Members
    MemberValueDescription
    Asymmetric2 At export, data is encrypted using a public key provided by the user. On import, the user must supply the corresponding private key to decrypt the data.
    DefaultKey0 Encryption uses the default adTempus encryption key.
    Password1 Encryption uses a password/key specified by the user. The same password/key must be specified at both export and import.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.ExportEncryptionType

    See Also