C# Class TokenAuthentication.Services.HashProvider

Inheritance: IHashProvider
Show file Open project: bytefish/NancyOwinExample

Public Methods

Method Description
ComputeHash ( byte data ) : byte[]

Method Details

ComputeHash() public method

public ComputeHash ( byte data ) : byte[]
data byte
return byte[]