ConfidentialityIsConfidential Property

If highly confidential data needs to be processed, set this property to true .

Definition

Namespace: FolkerKinzel.Strings
Assembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
C#
public static bool IsConfidential { get; set; }

Property Value

Boolean

Remarks

If this property is true, arrays borrowed from Shared will be emptied when returned. On the other hand, setting this property to true has negative consequences for performance.

  Caution

This property is not thread-safe.

See Also