Interface ISecurityManagerImplementation
Represents an implementation of an entity that performs user authentication based on passed credentials and other security-related global tasks
Inherited Members
System.IDisposable.Dispose()
Namespace: NFX.Security
Assembly: NFX.dll
Syntax
public interface ISecurityManagerImplementation : ISecurityManager, IApplicationComponent, IDisposable, IConfigurable
Properties
LogLevel
Defines the level above which the messages are logged
Declaration
MessageType LogLevel { get; set; }
Property Value
Type | Description |
---|---|
MessageType |
LogMask
Defines what events ehould be logged by the system
Declaration
SecurityLogMask LogMask { get; set; }
Property Value
Type | Description |
---|---|
SecurityLogMask |