Class SystemInfo
Contains the current user security information and system configuration settings.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class SystemInfo
Constructors
SystemInfo()
Declaration
public SystemInfo()
Properties
Settings
Gets or sets the service configuration settings.
Declaration
public ConfigurationSettings Settings { get; set; }
Property Value
Type | Description |
---|---|
ConfigurationSettings |
UserInfo
Gets or sets the security-related information about currently logged user.
Declaration
public UserAuthorizationInfo UserInfo { get; set; }
Property Value
Type | Description |
---|---|
UserAuthorizationInfo |