Discuss this help topic in SecureBlackbox Forum

TElSAMLRoleDescriptorElement.ProtocolSupportEnumeration

TElSAMLRoleDescriptorElement     


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


The list of protocol specifications supported by the role element.

Declaration

[C#]
    TElStringList ProtocolSupportEnumeration;

[VB.NET]
    Property ProtocolSupportEnumeration As TElStringList

[Pascal]
    property ProtocolSupportEnumeration : TElStringList;

[C++]
    TElStringList* get_ProtocolSupportEnumeration();

[PHP]
    TElStringList get_ProtocolSupportEnumeration()

[Java]
    TElStringList getProtocolSupportEnumeration();

Description

Use this property to specify the list of URIs identifying the protocol specifications which are supported by the role element. ProtocolSupportEnumeration MUST include the SAML protocol namespace URI, "urn:oasis:names:tc:SAML:2.0:protocol".

Discuss this help topic in SecureBlackbox Forum