HMAC2 Class Members
See Also  Fields Properties Methods 
SourceCode.Security.Cryptography Namespace : HMAC2 Class


Glossary Item Box

The following tables list the members exposed by HMAC2.

Public Constructors

  Name Description
Public Constructor HMAC2 Constructor Overloaded.   
Top

Protected Fields

Public Properties

  Name Description
Public Property CanReuseTransform (Inherited from System.Security.Cryptography.HashAlgorithm)
Public Property CanTransformMultipleBlocks (Inherited from System.Security.Cryptography.HashAlgorithm)
Public Property Hash (Inherited from System.Security.Cryptography.HashAlgorithm)
Public Property HashName (Inherited from System.Security.Cryptography.HMAC)
Public Property HashSize (Inherited from System.Security.Cryptography.HashAlgorithm)
Public Property InputBlockSize Overridden. When overridden in a derived class, gets the input block size.  
Public Property Key (Inherited from System.Security.Cryptography.HMAC)
Public Property OutputBlockSize Overridden. When overridden in a derived class, gets the output block size.  
Top

Protected Properties

  Name Description
Protected Property BlockSizeValue (Inherited from System.Security.Cryptography.HMAC)
Top

Public Methods

Protected Methods

  Name Description
Protected Method HashCore (Inherited from System.Security.Cryptography.HMAC)
Protected Method HashFinal (Inherited from System.Security.Cryptography.HMAC)
Top

See Also