Table of Contents

Namespace PolarStudioGlobals

Classes

AESencryption

This class is a helper for encrypting and decrypting data using EAS

BCrypt

This class is a helper for the BCrypt algoritm to securely store password hashes. This algorithm is using a big number of hashing actions, making it compute-intensive. This makes it harder to brute-force a password-hash.

Base32

Collection

This class is the generic collection of objects.

Collection<T>

The collection is an ordered list with items that may (or may not) have a key as index.

ContentLengthTrackingStream

DesSimple

Depricated class for the old DES algorithm.

Dictionary

The dictionary contains an unordered set of name-value pairs.

Dictionary<T>

The dictionary contains an unordered set of name-value pairs.

Globals

IndentiKey

Helper to get the IdentiKey from the computer.

IniFile

This class is a wrapper to read/modify an ini-file. Uses win32 API's.

JSONparser

The JSONparser parses a string and returns a collection or dictionary of elements.

LockObject

PolarException

This is the generic exception used for Polar Studio.

PolarFileInfo

This class returns info about one item in a PolarFileInfos collection and provides some basic manipulation methods.

PolarFileInfo_Selection

This class is a selection of one or more files/folders for creating an archive or deleting a selection.

PolarFileInfos

This class contains info about files and/or folders in a requested folder.

PolarRegistry

This class is a helper to use the Windows registry. Used internally.

PolarWeakEvent

StreamString

This class is used internally in Polar Studio.

UrlBuilder

clsString

The Polar Studio String object. Used to build or consume (large) strings.

Interfaces

PolarWeakEventListener

Enums

AESencryption.ReturnMode

This enum specifies the type of data to return.

CompareMode

This enum is used to set the way of comparing strings

Globals.SysDateToString_Format

PolarFileInfos.Mode

The type of items to search for (files and/or folders)

RegistryChaptersEnum

This enum is used to specify the chapters in the registry.