C# Class Library.Security.HmacSha256

Afficher le fichier Open project: Alliance-Network/Library

Méthodes publiques

Méthode Description
ComputeHash ( Stream inputStream, byte key ) : byte[]

Private Methods

Méthode Description
HmacSha256 ( ) : System

Method Details

ComputeHash() public static méthode

public static ComputeHash ( Stream inputStream, byte key ) : byte[]
inputStream Stream
key byte
Résultat byte[]