Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeyRecipientGroup.KeyEncryptionAlgorithm

TElPDFPublicKeyRecipientGroup     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies algorithms for encrypting the enveloped data in the PKCS#7 object.

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

    Use this property to specify algorithms for encrypting the enveloped data in the PKCS#7 object (for encrypting an encryption key).

Discuss this help topic in SecureBlackbox Forum