C# Class Library.Security.Sha256

Afficher le fichier Open project: Alliance-Network/Library

Méthodes publiques

Méthode Description
ComputeHash ( ArraySegment value ) : byte[]
ComputeHash ( IList value ) : byte[]
ComputeHash ( Stream inputStream ) : byte[]
ComputeHash ( byte buffer ) : byte[]
ComputeHash ( byte buffer, int offset, int length ) : byte[]
ComputeHash ( string value ) : byte[]

Method Details

ComputeHash() public static méthode

public static ComputeHash ( ArraySegment value ) : byte[]
value ArraySegment
Résultat byte[]

ComputeHash() public static méthode

public static ComputeHash ( IList value ) : byte[]
value IList
Résultat byte[]

ComputeHash() public static méthode

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

ComputeHash() public static méthode

public static ComputeHash ( byte buffer ) : byte[]
buffer byte
Résultat byte[]

ComputeHash() public static méthode

public static ComputeHash ( byte buffer, int offset, int length ) : byte[]
buffer byte
offset int
length int
Résultat byte[]

ComputeHash() public static méthode

public static ComputeHash ( string value ) : byte[]
value string
Résultat byte[]