Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum