Click or drag to resize

SecurityHelper Class

Security Helper
Inheritance Hierarchy
SystemObject
  VIZCore3D.NET.UtilitySecurityHelper

Namespace:  VIZCore3D.NET.Utility
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.25.1215 (2.8.25.1215)
Syntax
C#
public class SecurityHelper

The SecurityHelper type exposes the following members.

Constructors
  NameDescription
Public methodSecurityHelper
Initializes a new instance of the SecurityHelper class
Top
Methods
  NameDescription
Public methodCompressAndEncrypt
파일 압축 및 암호화
Public methodDecrypt(Byte, String)
암호화된 데이터를 해제
Public methodDecrypt(String, String)
암호화된 데이터를 해제
Public methodDecrypt(String, String, String)
암호화된 데이터를 해제 후 파일로 저장
Top
See Also