Method | Description | |
---|---|---|
FinalString ( ) : string | ||
GetMd5Bytes ( byte data ) : byte[] | ||
GetMd5String ( string data ) : string | ||
Update ( byte chunk ) : void | ||
Update ( byte chunk, int offset, int limit ) : void |
public static GetMd5Bytes ( byte data ) : byte[] | ||
data | byte | |
return | byte[] |
public static GetMd5String ( string data ) : string | ||
data | string | |
return | string |
public Update ( byte chunk, int offset, int limit ) : void | ||
chunk | byte | |
offset | int | |
limit | int | |
return | void |