Table of Contents

Class FileCredentialsStorage

Namespace
StockSharp.Configuration.Permissions
Assembly
StockSharp.Configuration.dll

File-based storage for PermissionCredentials.

public class FileCredentialsStorage : BaseLogReceiver, IPersistable, ILogReceiver, ILogSource, IDisposable, IPermissionCredentialsStorage
Inheritance
FileCredentialsStorage
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the FileCredentialsStorage.

Constructors

FileCredentialsStorage(IFileSystem, string, bool)

File-based storage for PermissionCredentials.

public FileCredentialsStorage(IFileSystem fileSystem, string fileName, bool asEmail = false)

Parameters

fileSystem IFileSystem

File system.

fileName string

File name to persist credentials.

asEmail bool

Use email as login. If false, then login can be any string.

Remarks

Initializes a new instance of the FileCredentialsStorage.