SymmetricStorageEncryptionProvider Class

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.

Implementation of Symmetric Storage Encryption used by the Caching block

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

Syntax

'Declaration
<ConfigurationElementTypeAttribute(GetType(SymmetricStorageEncryptionProviderData))> _
PublicClassSymmetricStorageEncryptionProvider _
    Implements IStorageEncryptionProvider
[ConfigurationElementTypeAttribute(typeof(SymmetricStorageEncryptionProviderData))]
publicclassSymmetricStorageEncryptionProvider : IStorageEncryptionProvider
[ConfigurationElementTypeAttribute(typeof(SymmetricStorageEncryptionProviderData))]
publicref classSymmetricStorageEncryptionProvider : IStorageEncryptionProvider
publicclass SymmetricStorageEncryptionProvider implements IStorageEncryptionProvider

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.SymmetricStorageEncryptionProvider

See Also

SymmetricStorageEncryptionProvider Members

Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography Namespace

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.