Table of Contents

Class DefaultCredentialsProvider

Namespace
StockSharp.Configuration
Assembly
StockSharp.Configuration.dll

Default implementation of ICredentialsProvider.

public class DefaultCredentialsProvider : ICredentialsProvider
Inheritance
DefaultCredentialsProvider
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the DefaultCredentialsProvider.

Constructors

DefaultCredentialsProvider(IFileSystem, string, string)

Default implementation of ICredentialsProvider.

public DefaultCredentialsProvider(IFileSystem fileSystem = null, string credentialsFile = null, string companyPath = null)

Parameters

fileSystem IFileSystem

File system. If null, uses FileSystem.

credentialsFile string

Credentials file path. If null, uses CredentialsFile.

companyPath string

Company directory path. If null, uses CompanyPath.

Remarks

Initializes a new instance of the DefaultCredentialsProvider.