Click or drag to resize

CacheAuthorizationConfig Fields

The WebConfigCacheAuthorizationConfig type exposes the following members.

Fields
  NameDescription
Public fieldIsCached
Datermines if authorizations are cached. Default value is false.
Public fieldIsRequestOnly
Datermines if the caching scope is limited to a single HTTP request. Default value is false.
Public fieldTimeout
Authorization cache timeout in seconds. Default value is 60 seconds.
Top
See Also