Confidentiality Class

Static class that allows customizing the library's behavior when highly confidential data needs to be processed.

Definition

Namespace: FolkerKinzel.Strings
Assembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
C#
public static class Confidentiality
Inheritance
Object    Confidentiality

Properties

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

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also