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.3+0b4e3cc14d7870504a77e224d298b921bfc6f2ee
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