HMAC2 Class
Members See Also 
SourceCode.Security.Cryptography Namespace : HMAC2 Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public NotInheritable Class HMAC2 
   Inherits System.Security.Cryptography.HMAC
Visual Basic (Usage) Copy Code
Dim instance As HMAC2
C#  
public sealed class HMAC2 : System.Security.Cryptography.HMAC 
C++/CLI  
public ref class HMAC2 sealed : public System.Security.Cryptography.HMAC 

Inheritance Hierarchy

System.Object
   System.Security.Cryptography.HashAlgorithm
      System.Security.Cryptography.KeyedHashAlgorithm
         System.Security.Cryptography.HMAC
            SourceCode.Security.Cryptography.HMAC2

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also