pGina.Configuration.CredProv.FilterEnabled C# (CSharp) Method

FilterEnabled() public method

public FilterEnabled ( ) : bool
return bool
        public bool FilterEnabled()
        {
            return FilterLogon || FilterUnlock || FilterChangePass || FilterCredUI;
        }