Click or drag to resize

SecurityHelperCompressAndEncrypt Method

파일 압축 및 암호화

Namespace:  VIZCore3D.NET.Utility
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.1215 (2.8.25.1215)
Syntax
C#
public bool CompressAndEncrypt(
	string source,
	string target,
	string password
)

Parameters

source
Type: SystemString
원본 파일
target
Type: SystemString
암호화된 파일
password
Type: SystemString
패스워드

Return Value

Type: Boolean
처리 결과
See Also