Discuss this help topic in SecureBlackbox Forum

TElSAMLAffiliationDescriptorElement.KeyDescriptors

TElSAMLAffiliationDescriptorElement     See also     


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


Contains information about cryptographic keys used by the entity acting this role.

Declaration

[C#]
    ArrayList KeyDescriptors;

[VB.NET]
    Property KeyDescriptors As ArrayList

[Pascal]
    property KeyDescriptors : TElList;

[C++]
    TList* get_KeyDescriptors();

[PHP]
    TList get_KeyDescriptors()

[Java]
    ArrayList getKeyDescriptors();

Description

This property contains a list of TElSAMLKeyDescriptorElement items. These elements represent the keys used by the affiliation as a whole.

See also:     TElSAMLKeyDescriptorElement    

Discuss this help topic in SecureBlackbox Forum