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: Azos.Security
Assembly: Azos.dll
Syntax
public interface ISecurityManagerImplementation : ISecurityManager, IApplicationComponent, IDisposable, IConfigurable
Properties
SecurityLogLevel
Defines the level above which the security channel messages are logged
Declaration
MessageType SecurityLogLevel { get; set; }
Property Value
Type | Description |
---|---|
MessageType |
SecurityLogMask
Defines what security events should be sec-channel logged by the system
Declaration
SecurityLogMask SecurityLogMask { get; set; }
Property Value
Type | Description |
---|---|
SecurityLogMask |