Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnContextElement.Choice

TElSAMLAuthnContextElement     See also     


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


Defines the choice of the authentication context.

Declaration

[C#]
    TSBSAMLAuthnContextChoice Choice;

[VB.NET]
    Property Choice As TSBSAMLAuthnContextChoice

[Pascal]
    property Choice : TSBSAMLAuthnContextChoice;

[C++]
    TSBSAMLAuthnContextChoice get_Choice();
    void set_Choice(TSBSAMLAuthnContextChoice Value);

[PHP]
    integer get_Choice()
    void set_Choice(integer $Value)

[Java]
    TSBSAMLAuthnContextChoice getChoice();
    void setChoice(TSBSAMLAuthnContextChoice Value);

TSBSAMLAuthnContextChoice values

Description

    This property specifies which of the properties are defined, AuthnContextClassRef or AuthnContextDecl/AuthnContextDeclRef. The default value is sacV2.

See also:     AuthnContextClassRef     AuthnContextDecl     AuthnContextDeclRef    

Discuss this help topic in SecureBlackbox Forum