C# Class Dicom.Utility.ByteUtility

Utility methods for manipulating a byte array
Datei anzeigen Open project: fo-dicom/mdcm Class Usage Examples

Public Methods

Method 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 method

Gets MD5 hash of a byte array
public static MD5 ( byte buffer ) : string
buffer byte Byte array
return string

SHA1() public static method

Gets SHA1 hash of a byte array
public static SHA1 ( byte buffer ) : string
buffer byte Byte array
return string