SecurityServices for .NET 2.0 Documentation

HMAC Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the HMAC class. This class cannot be inherited.

Overload List

Initializes a new instance of the HMAC class. This class cannot be inherited.

public HMAC(HashAlgorithm);

Initializes a new instance of the HMAC class.

public HMAC(HashAlgorithm,Byte[]);

See Also

HMAC Class | Org.Mentalis.SecurityServices.Cryptography Namespace