Click or drag to resize

PFSiteSettingsAuthenticationRequiresWhitelisting Property

Gets or sets a value indicating whether Authenticated users have to be validated against a whitelist before being granted access. WhiteList concept depends on the authentication mechanism.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DefaultValueAttribute(true)]
[DataMemberAttribute]
public bool AuthenticationRequiresWhitelisting { get; set; }

Property Value

Type: Boolean
true if authentication requires whitelisting; otherwise, false.
See Also