Table of Contents

Class StudioBaseHelper

Namespace
StockSharp.Studio.Core
Assembly
StockSharp.Studio.Core.dll
public static class StudioBaseHelper
Inheritance
StudioBaseHelper
Inherited Members

Methods

CreateKey(Type)

public static string CreateKey(this Type controlType)

Parameters

controlType Type

Returns

string

Decrypt(byte[], SecureString)

public static byte[] Decrypt(this byte[] content, SecureString password)

Parameters

content byte[]
password SecureString

Returns

byte[]

Encrypt(byte[], SecureString)

public static byte[] Encrypt(this byte[] content, SecureString password)

Parameters

content byte[]
password SecureString

Returns

byte[]

InitializeDriveCache()

public static void InitializeDriveCache()