TripleDESDEncrypt.Encrypt Method (Byte[])

HD.Common

TripleDESDEncryptEncrypt Method (Byte) Helper帮助文档
使用缺省密钥字符串加密

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

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

Parameters

original
Type: SystemByte
原始数据

Return Value

Type: Byte
密文
See Also

Reference