Method | Description | |
---|---|---|
GetHashText ( byte hashBytes ) : string | ||
HashFile ( string file ) : string | ||
HashFile ( string file, int start, int count ) : string | ||
HashFileBytes ( string file ) : byte[] | ||
HashFileBytes ( string file, int start, int count ) : byte[] |
public static GetHashText ( byte hashBytes ) : string | ||
hashBytes | byte | |
return | string |
public static HashFile ( string file ) : string | ||
file | string | |
return | string |
public static HashFile ( string file, int start, int count ) : string | ||
file | string | |
start | int | |
count | int | |
return | string |
public static HashFileBytes ( string file ) : byte[] | ||
file | string | |
return | byte[] |
public static HashFileBytes ( string file, int start, int count ) : byte[] | ||
file | string | |
start | int | |
count | int | |
return | byte[] |