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;}
    [ExtensionMember()]
    [DataMember()]
    public:
    property String^ EncryptionAlgorithm {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    The password is specified using ArcanaDevelopment.adTempus.Client.FileOperationTask.SetEncryptedData1
    See Also