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
fileSystemIFileSystemFile system. If null, uses FileSystem.
credentialsFilestringCredentials file path. If null, uses CredentialsFile.
companyPathstringCompany directory path. If null, uses CompanyPath.
Remarks
Initializes a new instance of the DefaultCredentialsProvider.