C# Class PerplexMail.SecurityDrivenDotNet.HMAC2

Inheritance: System.Security.Cryptography.HMAC
Mostra file Open project: PerplexInternetmarketing/PerplexMail-for-Umbraco Class Usage Examples

Public Methods

Method Description
HMAC2 ( Func hashFactory ) : System
HMAC2 ( Func hashFactory, byte key ) : System

Method Details

HMAC2() public method

public HMAC2 ( Func hashFactory ) : System
hashFactory Func
return System

HMAC2() public method

public HMAC2 ( Func hashFactory, byte key ) : System
hashFactory Func
key byte
return System