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


In This Topic
    EncryptionType Field (ImportExportOptions)
    In This Topic
    Specifies the encryption type to use if passwords are included in the file.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public EncryptionType As ExportEncryptionType
    [DataMember()]
    public ExportEncryptionType EncryptionType
    [DataMember()]
    public:
    ExportEncryptionType EncryptionType
    Remarks
    See EncryptionKey for further information.
    See Also