This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class CacheSignature
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CacheSignature

The type exposes the following properties.

Public Properties

  Name Description
Public property AllKeys (Inherited from NameValueCollection.)
Public property Count (Inherited from NameObjectCollectionBase.)
Public property Hash
Gets the MD5 cache hash key, that will be computed using all elements in the signature.
Public property Item (Inherited from NameValueCollection.)
Public property Item (Inherited from NameValueCollection.)
Public property Keys (Inherited from NameObjectCollectionBase.)

Protected Properties

  Name Description
Protected property IsReadOnly (Inherited from NameObjectCollectionBase.)

Explicit Interface Implementations

See Also

Advanced