Discuss this help topic in SecureBlackbox Forum
Specifies the symmetric algorithm for data encryption.
Declaration
[C#]
int SymmetricKeyAlgorithm;
[VB.NET]
Property SymmetricKeyAlgorithm As Integer
[Pascal]
property SymmetricKeyAlgorithm: TSBPGPSymmetricKeyAlgorithm;
TSBPGPSymmetricKeyAlgorithm = integer;
[C++]
int32_t get_SymmetricKeyAlgorithm();
void set_SymmetricKeyAlgorithm(int32_t Value);
[PHP]
integer get_SymmetricKeyAlgorithm()
void set_SymmetricKeyAlgorithm(integer $Value)
[Java]
int getSymmetricKeyAlgorithm();
void setSymmetricKeyAlgorithm(int Value);
Values
Description
This property contains the symmetric algorithm used for data encryption. note, that various versions of PGP-compatible software can handle different sets of symmetric algorithms.
Default value is
SB_PGP_ALGORITHM_SK_CAST5
Discuss this help topic in SecureBlackbox Forum