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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]