Discuss this help topic in SecureBlackbox Forum

TElXMLEncryptor.EncryptionMethod

TElXMLEncryptor     See also     


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


Specifies the encryption method (algorithm)

Declaration

[C#]
    TElXMLEncryptionMethod EncryptionMethod;

[VB.NET]
    Property EncryptionMethod As TElXMLEncryptionMethod

[Pascal]
    property EncryptionMethod : TElXMLEncryptionMethodType;

[C++]
    TElXMLEncryptionMethod get_EncryptionMethod();
    void set_EncryptionMethod(TElXMLEncryptionMethod Value);

[PHP]
    integer get_EncryptionMethod()
    void set_EncryptionMethod(integer $Value)

[Java]
    short getEncryptionMethod();
    void setEncryptionMethod(short Value);

TElXMLEncryptionMethod values

Description

     This property specifies the encryption algorithm to use for encrypting the data.

See also:     EncryptKey    

Discuss this help topic in SecureBlackbox Forum