Interface ISettingSecurityBuilder<TSetting>
Represents a security builder interface with settings.
public interface ISettingSecurityBuilder<TSetting> : ISecurityBuilder where TSetting : class
Type Parameters
TSettingThe type of the settings.
Properties
- Settings
Gets the settings.