TripleDESDEncrypt.MakeMD5 Method

HD.Common

TripleDESDEncryptMakeMD5 Method Helper帮助文档
生成MD5摘要

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static byte[] MakeMD5(
	byte[] original
)
Public Shared Function MakeMD5 ( 
	original As Byte()
) As Byte()
public:
static array<unsigned char>^ MakeMD5(
	array<unsigned char>^ original
)
static member MakeMD5 : 
        original : byte[] -> byte[] 

Parameters

original
Type: SystemByte
数据源

Return Value

Type: Byte
摘要
See Also

Reference