Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnContextElement.AuthenticatingAuthorities

TElSAMLAuthnContextElement     


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


Specifies the authenticating authority.

Declaration

[C#]
    TElStringList AuthenticatingAuthorities;

[VB.NET]
    Property AuthenticatingAuthorities As TElStringList

[Pascal]
    property AuthenticatingAuthorities : TElStringList;

[C++]
    TElStringList* get_AuthenticatingAuthorities();

[PHP]
    TElStringList get_AuthenticatingAuthorities()

[Java]
    TElStringList getAuthenticatingAuthorities();

Description

    Use this property to specify the value of the AuthenticatingAuthority property.

Discuss this help topic in SecureBlackbox Forum