adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ImportFileInformation Class / EncryptionType Field


In This Topic
    EncryptionType Field (ImportFileInformation)
    In This Topic
    The encryption type used to protect passwords in the data.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public EncryptionType As ExportEncryptionType
    [DataMember()]
    public ExportEncryptionType EncryptionType
    [DataMember()]
    public:
    ExportEncryptionType EncryptionType
    Remarks
    If the EncryptionType is not ExportEncryptionType.DefaultKey, then you must specify the correct password/key in the ImportOptions before calling ImportData.
    See Also