Discuss this help topic in SecureBlackbox Forum

TElSAMLEntitiesDescriptorElement.CacheDuration

TElSAMLEntitiesDescriptorElement     See also     


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


Indicates the maximum time during which the metadata should be cached.

Declaration

[C#]
    string CacheDuration;

[VB.NET]
    Property CacheDuration As String

[Pascal]
    property CacheDuration : string;

[C++]
    void get_CacheDuration(std::string &OutResult);
    void set_CacheDuration(const std::string &Value);

[PHP]
    string get_CacheDuration()
    void set_CacheDuration(string $Value)

[Java]
    String getCacheDuration();
    void setCacheDuration(String Value);

Description

This property specifies the maximum length of time during which the metadata should be cached by a consumer.

See also:     ValidUntil    

Discuss this help topic in SecureBlackbox Forum