Discuss this help topic in SecureBlackbox Forum

TElSAMLRequestedAuthnContextElement.List

TElSAMLRequestedAuthnContextElement     See also     


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


A list of elements defining the authentication contexts.

Declaration

[C#]
    TElStringList List;

[VB.NET]
    Property List As TElStringList

[Pascal]
    property List : TElStringList;

[C++]
    TElStringList* get_List();

[PHP]
    TElStringList get_List()

[Java]
    TElStringList getList();

Description

This property defines a set of AuthnContextClassRef or AuthnContextDeclRef elements specifying authentication contexts agains which the Comparison is made. The type of list item is specified by the RefType property.

See also:     Comparison     RefType    

Discuss this help topic in SecureBlackbox Forum