C# Class withSIX.Core.Presentation.Assemblies.HashTool

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
SHA1FileHash ( string fileName ) : string
SHA1StreamHash ( Stream stream ) : string

Private Methods

Méthode Description
GetBufferSize ( Stream fs ) : int
GetHash ( byte hash ) : string

Method Details

SHA1FileHash() public static méthode

public static SHA1FileHash ( string fileName ) : string
fileName string
Résultat string

SHA1StreamHash() public static méthode

public static SHA1StreamHash ( Stream stream ) : string
stream Stream
Résultat string