Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.MaxIssueInstantTimeDiff

TElSAMLIdentityProvider     See also     


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


Specifies the maximum difference between the request issue instant and the current time.

Declaration

[C#]
    int MaxIssueInstantTimeDiff;

[VB.NET]
    Property MaxIssueInstantTimeDiff As Integer

[Pascal]
    property MaxIssueInstantTimeDiff : integer;

[C++]
    int32_t get_MaxIssueInstantTimeDiff();
    void set_MaxIssueInstantTimeDiff(int32_t Value);

[PHP]
    integer get_MaxIssueInstantTimeDiff()
    void set_MaxIssueInstantTimeDiff(integer $Value)

[Java]
    int getMaxIssueInstantTimeDiff();
    void setMaxIssueInstantTimeDiff(int Value);

Description

Specifies the maximum time difference (in milliseconds) between the request issue instant and the current time. The default value is 30000 (30 seconds).

See also:     NotBeforeTimeout    

Discuss this help topic in SecureBlackbox Forum