Represents the abstract class from which all implementations of keyed hash algorithms must derive.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public MustInherit Class KeyedHashAlgorithm _ Inherits HashAlgorithm |
| C# |
|---|
public abstract class KeyedHashAlgorithm : HashAlgorithm |
Inheritance Hierarchy
System..::..Object
System.Security.Cryptography..::..HashAlgorithm
Rebex.Security.Cryptography..::..KeyedHashAlgorithm
Rebex.Security.Cryptography..::..HMAC
System.Security.Cryptography..::..HashAlgorithm
Rebex.Security.Cryptography..::..KeyedHashAlgorithm
Rebex.Security.Cryptography..::..HMAC