HashAlgorithmProvider Class

A hash provider for any hash algorithm which derives from HashAlgorithm.

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

Syntax

'Declaration
<ConfigurationElementTypeAttribute(GetType(HashAlgorithmProviderData))> _
Public Class HashAlgorithmProvider _
    Implements IHashProvider
[ConfigurationElementTypeAttribute(typeof(HashAlgorithmProviderData))]
public class HashAlgorithmProvider : IHashProvider
[ConfigurationElementTypeAttribute(typeof(HashAlgorithmProviderData))]
public ref class HashAlgorithmProvider : IHashProvider
public class HashAlgorithmProvider implements IHashProvider

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.HashAlgorithmProvider
    Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.KeyedHashAlgorithmProvider

See Also

HashAlgorithmProvider Members

Microsoft.Practices.EnterpriseLibrary.Security.Cryptography Namespace