Discuss this help topic in SecureBlackbox Forum

TElDefaultDataStorageSecurityHandler.DataEncryptionAlgorithm

TElDefaultDataStorageSecurityHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains data encryption algorithm.

Declaration

[C#]
    int DataEncryptionAlgorithm;

[VB.NET]
    Property DataEncryptionAlgorithm As Integer

[Pascal]
    property DataEncryptionAlgorithm : integer;

[C++]
    int32_t get_DataEncryptionAlgorithm();
    void set_DataEncryptionAlgorithm(int32_t Value);

[PHP]
    integer get_DataEncryptionAlgorithm()
    void set_DataEncryptionAlgorithm(integer $Value)

[Java]
    int getDataEncryptionAlgorithm();
    void setDataEncryptionAlgorithm(int Value);

Values:

Description

    This property specifies algorithm used to encrypt data.

See also:     EncryptionCertificates     KeyEncryptionAlgorithm    

Discuss this help topic in SecureBlackbox Forum