Discuss this help topic in SecureBlackbox Forum

TElDefaultDataStorageSecurityHandler.KeyEncryptionAlgorithm

TElDefaultDataStorageSecurityHandler     See also     


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


Contains key encryption algorithm.

Declaration

[C#]
    int KeyEncryptionAlgorithm;

[VB.NET]
    Property KeyEncryptionAlgorithm As Integer

[Pascal]
    property KeyEncryptionAlgorithm : integer;

[C++]
    int32_t get_KeyEncryptionAlgorithm();
    void set_KeyEncryptionAlgorithm(int32_t Value);

[PHP]
    integer get_KeyEncryptionAlgorithm()
    void set_KeyEncryptionAlgorithm(integer $Value)

[Java]
    int getKeyEncryptionAlgorithm();
    void setKeyEncryptionAlgorithm(int Value);

Values:

Description

    This property specifies algorithm used to encrypt key.

See also:     DataEncryptionAlgorithm    

Discuss this help topic in SecureBlackbox Forum