Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.SAMLSessionTTL

TElSAMLIdentityProvider     See also     


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


Specifies the SAML session time-to-live.

Declaration

[C#]
    int SAMLSessionTTL;

[VB.NET]
    Property SAMLSessionTTL As Integer

[Pascal]
    property SAMLSessionTTL : integer;

[C++]
    int32_t get_SAMLSessionTTL();
    void set_SAMLSessionTTL(int32_t Value);

[PHP]
    integer get_SAMLSessionTTL()
    void set_SAMLSessionTTL(integer $Value)

[Java]
    int getSAMLSessionTTL();
    void setSAMLSessionTTL(int Value);

Description

Use this property to specify the timeout (SessionNotOnOrAfter) of the AuthnStatement issued by this IdP. The default value is 7200000 (2 hours).

See also:     TElSAMLAuthnStatementElement     SessionTTL    

Discuss this help topic in SecureBlackbox Forum