Click or drag to resize

CryptographClassEncrypt Method

암호화

Namespace:  Mcc.Series.Common
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string Encrypt(
	string p_data
)

Parameters

p_data
Type: SystemString
암호화 될 문자열

Return Value

Type: String
암호화 된 문자열
See Also