Discuss this help topic in SecureBlackbox Forum
Contains strings encryption algorithm.
Declaration
[C#]
int StringEncryptionAlgorithm;
[VB.NET]
Property StringEncryptionAlgorithm As Integer
[Pascal]
property StringEncryptionAlgorithm : integer;
[C++]
int32_t get_StringEncryptionAlgorithm();
void set_StringEncryptionAlgorithm(int32_t Value);
[PHP]
integer get_StringEncryptionAlgorithm()
void set_StringEncryptionAlgorithm(integer $Value)
[Java]
int getStringEncryptionAlgorithm();
void setStringEncryptionAlgorithm(int Value);
Values:
Description
This property specifies algorithm used to encrypt strings in the document.
Only SB_ALGORITHM_CNT_RC4 and SB_ALGORITHM_CNT_AES128 algorithms are supported for basic handlers.
Discuss this help topic in SecureBlackbox Forum