Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnContextElement.AuthnContextDecl

TElSAMLAuthnContextElement     See also     


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


Specifies the authentication declaration.

Declaration

[C#]
    TElSAMLElement AuthnContextDecl;

[VB.NET]
    Property AuthnContextDecl As TElSAMLElement

[Pascal]
    property AuthnContextDecl : TElSAMLAuthnContextDecl;

[C++]
    TElSAMLElement* get_AuthnContextDecl();
    void set_AuthnContextDecl(TElSAMLElement &Value);
    void set_AuthnContextDecl(TElSAMLElement *Value);

[PHP]
    TElSAMLElement get_AuthnContextDecl()
    void set_AuthnContextDecl(TElSAMLElement $Value)

[Java]
    TElSAMLElement getAuthnContextDecl();
    void setAuthnContextDecl(TElSAMLElement Value);

Description

    Use this property to specify the authentication declaration.

See also:     AuthnContextDeclRef    

Discuss this help topic in SecureBlackbox Forum