Class StudioBaseHelper
Inheritance
StudioBaseHelper
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
Decrypt(Byte[], SecureString)
Declaration
public static byte[] Decrypt(this byte[] content, SecureString password)
Parameters
Returns
Encrypt(Byte[], SecureString)
Declaration
public static byte[] Encrypt(this byte[] content, SecureString password)
Parameters
Returns
InitializeDriveCache()
Declaration
public static void InitializeDriveCache()