Discuss this help topic in SecureBlackbox Forum

TElXMLDecryptor.EncryptionMethod

TElXMLDecryptor     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 : TElXMLEncryptionMethod;

[C++]
    TElXMLEncryptionMethod get_EncryptionMethod();

[PHP]
    integer get_EncryptionMethod()

[Java]
    short getEncryptionMethod();

Values:

Description

     This read-only property specifies the encryption algorithm that was used for encrypting the data.

See also:     EncryptKey    

Discuss this help topic in SecureBlackbox Forum