Denotes potential file classifications for the data contained within a file.
| C# | Visual Basic | Visual C++ |
public enum FileClassification
Public Enumeration FileClassification
public enum class FileClassification
| Member | Description |
|---|---|
| Unclassified |
Indicates that there is no classified material in the report
|
| ForOfficialUseOnly |
Indicates that there is not classified material in the report but that it should be considered sensitive.
|
| Confidential |
Indicates that there is material in the report classified as confidential. Appropriate markings should be made.
|
| Secret |
Indicates that there is material in the report classified as secret. Appropriate markings should be made.
|
| TopSecret |
Indicates that there is material in the report classified as top secret. Appropriate markings should be made.
|
Unclassified materials have the lowest rating. ForOfficialUseOnly (FOUO) are technically unclassified but some measures of protection
should be kept. Classified is the lowest classification level followed by secret, then top secret.