Discuss this help topic in SecureBlackbox Forum
Contains streams encryption algorithm.
Declaration
[C#]
int StreamEncryptionAlgorithm;
[VB.NET]
Property StreamEncryptionAlgorithm As Integer
[Pascal]
property StreamEncryptionAlgorithm : integer;
[C++]
int32_t get_StreamEncryptionAlgorithm();
void set_StreamEncryptionAlgorithm(int32_t Value);
[PHP]
integer get_StreamEncryptionAlgorithm()
void set_StreamEncryptionAlgorithm(integer $Value)
[Java]
int getStreamEncryptionAlgorithm();
void setStreamEncryptionAlgorithm(int Value);
Values:
Description
This property specifies algorithm used to encrypt streams 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