Share via


NullBackingStoreSetting.StorageEncryption Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets the name of the optional storage encryption provider for the represented configuration object.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Manageability
Assembly:  Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)

Syntax

'Declaration
PublicPropertyStorageEncryptionAs String
public string StorageEncryption { get; internalset; }
public:
property String^ StorageEncryption {
    String^ get ();
    voidset (String^ value);
}
publicfunction getStorageEncryption () : String
publicfunction setStorageEncryption (value : String)

See Also

NullBackingStoreSetting Class

Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Manageability Namespace

CacheStorageData.StorageEncryption

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.