Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkHMAC(String) Obsolete.
Public methodSupported by the .NET Compact FrameworkHMAC(Type) Obsolete.
Public methodSupported by the .NET Compact FrameworkHMAC(HashingAlgorithmId)
Initializes a new instance of the HMAC class with the specified hash algorithm and a randomly generated key.
Public methodSupported by the .NET Compact FrameworkHMAC(String, array<Byte>[]()[][]) Obsolete.
Public methodSupported by the .NET Compact FrameworkHMAC(Type, array<Byte>[]()[][]) Obsolete.
Public methodSupported by the .NET Compact FrameworkHMAC(HashingAlgorithmId, array<Byte>[]()[][])
Initializes a new instance of the HMAC class with the specified hash algorithm and key data.

See Also