Discuss this help topic in SecureBlackbox Forum

TElXMLEncryptedType.EncryptionMethod

TElXMLEncryptedType     See also     


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


The value of EncryptionMethod element.

Declaration

[C#]
    TElXMLEncryptionMethodType EncryptionMethod;

[VB.NET]
    Property EncryptionMethod As TElXMLEncryptionMethodType

[Pascal]
    property EncryptionMethod : TElXMLEncryptionMethod;

[C++]
    TElXMLEncryptionMethodType* get_EncryptionMethod();
    void set_EncryptionMethod(TElXMLEncryptionMethodType &Value);
    void set_EncryptionMethod(TElXMLEncryptionMethodType *Value);

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

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

Values:

Description

     This property contains the value of EncryptionMethod element. EncryptionMethod is an optional element that describes the encryption algorithm applied to the cipher data. If the element is absent, the encryption algorithm must be known by the recipient or the decryption will fail.

See also:     EncryptionProperties    

Discuss this help topic in SecureBlackbox Forum