C# Class Dicom.Utility.ByteUtility

Utility methods for manipulating a byte array
Afficher le fichier Open project: fo-dicom/mdcm Class Usage Examples

Méthodes publiques

Méthode Description
MD5 ( byte buffer ) : string

Gets MD5 hash of a byte array

SHA1 ( byte buffer ) : string

Gets SHA1 hash of a byte array

Method Details

MD5() public static méthode

Gets MD5 hash of a byte array
public static MD5 ( byte buffer ) : string
buffer byte Byte array
Résultat string

SHA1() public static méthode

Gets SHA1 hash of a byte array
public static SHA1 ( byte buffer ) : string
buffer byte Byte array
Résultat string