Show / Hide Table of Contents

Class StudioBaseHelper

Inheritance
Object
StudioBaseHelper
Namespace: StockSharp.Studio.Core
Assembly: StockSharp.Studio.Core.dll
Syntax
public static class StudioBaseHelper : Object

Methods

CreateKey(Type)

Declaration
public static string CreateKey(this Type controlType)
Parameters
Type Name Description
Type controlType
Returns
Type Description
String

Decrypt(Byte[], SecureString)

Declaration
public static byte[] Decrypt(this byte[] content, SecureString password)
Parameters
Type Name Description
Byte[] content
SecureString password
Returns
Type Description
Byte[]

Encrypt(Byte[], SecureString)

Declaration
public static byte[] Encrypt(this byte[] content, SecureString password)
Parameters
Type Name Description
Byte[] content
SecureString password
Returns
Type Description
Byte[]

InitializeDriveCache()

Declaration
public static void InitializeDriveCache()
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾