C# Class Library.Security.HmacSha256

Mostra file Open project: Alliance-Network/Library

Public Methods

Method Description
ComputeHash ( Stream inputStream, byte key ) : byte[]

Private Methods

Method Description
HmacSha256 ( ) : System

Method Details

ComputeHash() public static method

public static ComputeHash ( Stream inputStream, byte key ) : byte[]
inputStream Stream
key byte
return byte[]