Table of Contents

Enum AESencryption.ReturnMode

Namespace
PolarStudioGlobals
Assembly
PolarStudioGlobals.dll

This enum specifies the type of data to return.

public enum AESencryption.ReturnMode
Extension Methods

Fields

Base64 = 1

Return the data as a base64 encoded string.

Binary = 0

Return data as a binary string.

Hex = 2

Return the data as a hex string.