Click or drag to resize

AuthenticationExceptionIsSensitive Property

Specifies whether this exception, or any of its inner exceptions, may contain sensitive information that should be suppressed when when UnhandledErrorSuppressions is enabled. See IsSensitive.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool IsSensitive { get; set; }

Property Value

Type: Boolean

Implements

IEAPExtendedExceptionIsSensitive
See Also