adTempus API
ArcanaDevelopment.adTempus.Shared.FileOperations Namespace / FileCompressionSettings Class / EncryptionAlgorithm Property

In This Topic
    EncryptionAlgorithm Property
    In This Topic
    The encryption algorithm to use if a password is specified.
    Syntax
    'Declaration
     
    
    <ExtensionMemberAttribute()>
    <DataMemberAttribute()>
    Public Property EncryptionAlgorithm As String
    [ExtensionMember()]
    [DataMember()]
    public string EncryptionAlgorithm {get; set;}
    Remarks
    The password is specified using FileOperationTask.SetEncryptedData1
    See Also