Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.SupportedAuthnContextClasses

TElSAMLIdentityProvider     See also     


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


Returns the list of supported authentication schemes.

Declaration

[C#]
    TElStringList SupportedAuthnContextClasses;

[VB.NET]
    Property SupportedAuthnContextClasses As TElStringList

[Pascal]
    property SupportedAuthnContextClasses : TElStringList;

[C++]
    TElStringList* get_SupportedAuthnContextClasses();

[PHP]
    TElStringList get_SupportedAuthnContextClasses()

[Java]
    TElStringList getSupportedAuthnContextClasses();

Description

    Use this property to get the list of authentication schemes supported by the identity provider. The list is sorted in the order of scheme's security level, from the weakest to the strongest one.

Discuss this help topic in SecureBlackbox Forum