메소드 | 설명 | |
---|---|---|
ComputeHash ( Stream inputStream ) : string |
Generate MD5 checksum for a stream. Rewinds stream.
|
|
ComputeHash ( string input ) : string |
Generate MD5 checksum for a string.
|
public static ComputeHash ( Stream inputStream ) : string | ||
inputStream | Stream | The stream to create checksum of. |
리턴 | string |
public static ComputeHash ( string input ) : string | ||
input | string | The string to create checksum of. |
리턴 | string |