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

Non-static entry point to the cryptography functionality.

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

Syntax

'Declaration
Public Class CryptographyManagerImpl _
    Inherits CryptographyManager _
    Implements IInstrumentationEventProvider
public class CryptographyManagerImpl : CryptographyManager, 
    IInstrumentationEventProvider
public ref class CryptographyManagerImpl : public CryptographyManager, 
    IInstrumentationEventProvider
public class CryptographyManagerImpl extends CryptographyManager implements IInstrumentationEventProvider

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.CryptographyManager
    Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.CryptographyManagerImpl

See Also

CryptographyManagerImpl Members

Microsoft.Practices.EnterpriseLibrary.Security.Cryptography Namespace