Share via


SymmetricStorageEncryptionProviderAssembler 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.

This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Represents the process to build a SymmetricStorageEncryptionProvider described by a SymmetricStorageEncryptionProviderData configuration object.

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

Syntax

'Declaration
PublicClassSymmetricStorageEncryptionProviderAssembler _
    Implements IAssembler(Of IStorageEncryptionProvider, StorageEncryptionProviderData)
publicclassSymmetricStorageEncryptionProviderAssembler : IAssembler<IStorageEncryptionProvider, StorageEncryptionProviderData>
publicref classSymmetricStorageEncryptionProviderAssembler : IAssembler<IStorageEncryptionProvider^, StorageEncryptionProviderData^>
publicclass SymmetricStorageEncryptionProviderAssembler implements IAssembler<IStorageEncryptionProvider, StorageEncryptionProviderData>

Remarks

This type is linked to the SymmetricStorageEncryptionProviderData type and it is used by the StorageEncryptionProviderCustomFactory to build the specific IStorageEncryptionProvider object represented by the configuration object.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.Configuration.SymmetricStorageEncryptionProviderAssembler

See Also

SymmetricStorageEncryptionProviderAssembler Members

Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.Configuration 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.