Share via


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

The latest Enterprise Library information can be found at the Enterprise Library site.

A UnityContainerExtension that registers the policies necessary to create IHashProvider and ISymmetricCryptoProvider instances described in the standard configuration file.

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

Syntax

'Declaration
Public Class CryptographyBlockExtension _
    Inherits EnterpriseLibraryBlockExtension
public class CryptographyBlockExtension : EnterpriseLibraryBlockExtension
public ref class CryptographyBlockExtension : public EnterpriseLibraryBlockExtension
public class CryptographyBlockExtension extends EnterpriseLibraryBlockExtension

Inheritance Hierarchy

System.Object
  UnityContainerExtension
    EnterpriseLibraryBlockExtension
      Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Unity.CryptographyBlockExtension

See Also

CryptographyBlockExtension Members

Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Unity Namespace