C# Class GSF.Security.HMAC

Exibir arquivo Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Public Methods

Method Description
Compute ( IDigest hash, byte key, byte data ) : byte[]
Compute ( IDigest hash, byte key, byte data, int position, int length ) : byte[]

Method Details

Compute() public static method

public static Compute ( IDigest hash, byte key, byte data ) : byte[]
hash IDigest
key byte
data byte
return byte[]

Compute() public static method

public static Compute ( IDigest hash, byte key, byte data, int position, int length ) : byte[]
hash IDigest
key byte
data byte
position int
length int
return byte[]