Table of Contents

Class PermissionCredentialsAuthorization

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

The module of the connection access check based on the IPermissionCredentialsStorage authorization.

public class PermissionCredentialsAuthorization : IAuthorization
Inheritance
PermissionCredentialsAuthorization
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the PermissionCredentialsAuthorization.

Constructors

PermissionCredentialsAuthorization(IPermissionCredentialsStorage)

The module of the connection access check based on the IPermissionCredentialsStorage authorization.

public PermissionCredentialsAuthorization(IPermissionCredentialsStorage storage)

Parameters

storage IPermissionCredentialsStorage

Storage for PermissionCredentials.

Remarks

Initializes a new instance of the PermissionCredentialsAuthorization.