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

A symmetric provider for any symmetric algorithm which derives from SymmetricAlgorithm.

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

Syntax

'Declaration
<ConfigurationElementTypeAttribute(GetType(SymmetricAlgorithmProviderData))> _
PublicClassSymmetricAlgorithmProvider _
    Implements ISymmetricCryptoProvider, IInstrumentationEventProvider
[ConfigurationElementTypeAttribute(typeof(SymmetricAlgorithmProviderData))]
publicclassSymmetricAlgorithmProvider : ISymmetricCryptoProvider, 
    IInstrumentationEventProvider
[ConfigurationElementTypeAttribute(typeof(SymmetricAlgorithmProviderData))]
publicref classSymmetricAlgorithmProvider : ISymmetricCryptoProvider, 
    IInstrumentationEventProvider
publicclass SymmetricAlgorithmProvider implements ISymmetricCryptoProvider, IInstrumentationEventProvider

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.SymmetricAlgorithmProvider

See Also

SymmetricAlgorithmProvider Members

Microsoft.Practices.EnterpriseLibrary.Security.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.