Discuss this help topic in SecureBlackbox Forum

TElSAMLKeyDescriptorElement.EncryptionMethods

TElSAMLKeyDescriptorElement     See also     


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


Defines encryption method and algorithm-specific settings.

Declaration

[C#]
    ArrayList EncryptionMethods;

[VB.NET]
    Property EncryptionMethods As ArrayList

[Pascal]
    property EncryptionMethods : TElList;

[C++]
    TList* get_EncryptionMethods();
    void set_EncryptionMethods(TList &Value);
    void set_EncryptionMethods(TList *Value);

[PHP]
    TList get_EncryptionMethods()
    void set_EncryptionMethods(TList $Value)

[Java]
    ArrayList getEncryptionMethods();
    void setEncryptionMethods(ArrayList Value);

Description

This property contains a list of TElSAMLEncryptionMethodType elements defining algorithm-specific settings.

See also:     TElSAMLEncryptionMethodType    

Discuss this help topic in SecureBlackbox Forum