Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.AssertionsTTL

TElSAMLIdentityProvider     See also     


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


The default assertions TTL in milliseconds.

Declaration

[C#]
    int AssertionsTTL;

[VB.NET]
    Property AssertionsTTL As Integer

[Pascal]
    property AssertionsTTL : integer;

[C++]
    int32_t get_AssertionsTTL();
    void set_AssertionsTTL(int32_t Value);

[PHP]
    integer get_AssertionsTTL()
    void set_AssertionsTTL(integer $Value)

[Java]
    int getAssertionsTTL();
    void setAssertionsTTL(int Value);

Description

Use this property to set assertions time-to-live (TTL), in milliseconds. The default value is 60000 (1 minute).

See also:     AssertionsOneTimeUse    

Discuss this help topic in SecureBlackbox Forum