Microsoft Internet Security and Acceleration Server 2004 SDK

CacheAuthenticatedContent Property of IFPCCacheRule[C++]

FPCCacheRule.CacheAuthenticatedContent [Visual Basic]

[C++]

The CacheAuthenticatedContent property gets or sets a Boolean value that indicates whether content supplied after user authentication through the proxy will be cached.

HRESULT get_CacheAuthenticatedContent(
  VARIANT_BOOL* pfCacheAuthenticatedContent
);

HRESULT put_CacheAuthenticatedContent(
  VARIANT_BOOL fCacheAuthenticatedContent
);

Parameters

pfCacheAuthenticatedContent
Pointer to a Boolean variable that is set on return to VARIANT_TRUE if content supplied after user authentication through the proxy will be cached, or to VARIANT_FALSE if content supplied after user authentication through the proxy will not be cached.
fCacheAuthenticatedContent
Boolean value that indicates whether content supplied after user authentication through the proxy will be cached.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. By default, content supplied after user authentication through the proxy for retrieval will not be cached.

[Visual Basic]

The CacheAuthenticatedContent property gets or sets a Boolean value that indicates whether content supplied after user authentication through the proxy will be cached.

Property CacheAuthenticatedContent As Boolean

Property Value

Boolean value that indicates whether content supplied after user authentication through the proxy will be cached.

Remarks

This property is read/write. By default, content supplied after user authentication through the proxy for retrieval will not be cached.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCCacheRule