Discuss this help topic in SecureBlackbox Forum

TElSAMLSession.Expires

TElSAMLSession     


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


The time moment when this session expires.

Declaration

[C#]
    DateTime Expires;

[VB.NET]
    Property Expires As DateTime

[Pascal]
    property Expires : TElDateTime;

[C++]
    int64_t get_Expires();

[PHP]
    DateTime get_Expires()

[Java]
    Date getExpires();

Description

Use this property to check when this session expires.

Discuss this help topic in SecureBlackbox Forum