Class PermissionCredentials
- Namespace
- StockSharp.Server.Core
- Assembly
- StockSharp.Server.Core.dll
Credentials with set of permissions.
public class PermissionCredentials : ServerCredentials
- Inheritance
-
PermissionCredentials
- Extension Methods
Constructors
PermissionCredentials()
Initializes a new instance of the PermissionCredentials.
public PermissionCredentials()
Properties
IpRestrictions
IP address restrictions.
public IEnumerable<IPAddress> IpRestrictions { get; set; }
Property Value
Permissions
Permission set.
public SynchronizedDictionary<UserPermissions, SynchronizedDictionary<(string, string, string, DateTime?), bool>> Permissions { get; }
Property Value
- SynchronizedDictionary<UserPermissions, SynchronizedDictionary<(string, string, string, DateTime?), bool>>
Methods
Load(SettingsStorage)
public override void Load(SettingsStorage storage)
Parameters
storage
SettingsStorage
Save(SettingsStorage)
public override void Save(SettingsStorage storage)
Parameters
storage
SettingsStorage