EncryptMethod Field
Method of encryption.
Valid values:
0 = None / other
1 = PKCS (proprietary)
2 = DES (ECB mode)
3 = PKCS/DES (proprietary)
4 = PGP/DES (defunct)
5 = PGP/DES-MD5 (see app note on FIX web site)
6 = PEM/DES-MD5 (see app note on FIX web site)
public const int EncryptMethod = 98
This language is not supported or no code example is available.
public:
const int EncryptMethod = 98;
This language is not supported or no code example is available.
public const EncryptMethod : int = 98
This language is not supported or no code example is available.
Field Value
int
In this article
Definition