Click or drag to resize
CryptoHelper Class
Encapsulates cryptography helper methods.
Inheritance Hierarchy
SystemObject
  CMS.Helpers.InternalCryptoHelper

Namespace: CMS.Helpers.Internal
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static class CryptoHelper

The CryptoHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBytesToHexa
Converts byte array to string of hexadecimal digits (each byte is represented by 2 digits). The length of the string is truncated to truncateToLength, if specified. No boundary check is performed.
Public methodStatic memberGetHashAlgorithm
Gets default hash algorithm.
Public methodStatic memberHexaToBytes
Converts string of hexadecimal digits (each byte is represented by 2 digits) to a byte array.
Top
See Also