public sealed class ComplianceVersion : IMessage<ComplianceVersion>, IEquatable<ComplianceVersion>, IDeepCloneable<ComplianceVersion>, IBufferMessage, IMessage
Describes the CIS benchmark version that is applicable to a given OS and
os version.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `ComplianceVersion` class represents a CIS benchmark version applicable to a specific OS and OS version."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ComplianceVersion` class contains properties such as `BenchmarkDocument`, `CpeUri`, and `Version`, to detail the specific document, target URI, and version of the compliance benchmark."],["There are multiple versions of this class available, ranging from the latest 3.7.0, all the way back to 2.2.0."],["The `ComplianceVersion` class has two constructors, a default one, and another that can be passed an instance of a `ComplianceVersion` object."]]],[]]