Click or drag to resize

CryptographClassDecrypt 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 Decrypt(
	string p_data
)

Parameters

p_data
Type: SystemString
복호화 될 문자열

Return Value

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