Click or drag to resize

CryptoHelper Class

Inheritance Hierarchy
SystemObject
  EDK4Net.SecurityCryptoHelper

Namespace:  EDK4Net.Security
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public static class CryptoHelper

The CryptoHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberNewKey
Public methodStatic memberSimpleDecrypt(Byte, Byte, Byte, Int32)
Public methodStatic memberSimpleDecrypt(String, Byte, Byte, Int32)
Public methodStatic memberSimpleDecryptWithPassword(Byte, String, Int32)
Public methodStatic memberSimpleDecryptWithPassword(String, String, Int32)
Public methodStatic memberSimpleEncrypt(Byte, Byte, Byte, Byte)
Public methodStatic memberSimpleEncrypt(String, Byte, Byte, Byte)
Public methodStatic memberSimpleEncryptWithPassword(Byte, String, Byte)
Public methodStatic memberSimpleEncryptWithPassword(String, String, Byte)
Top
Fields
See Also