Class ComplianceBenchmarkWellKnownIdentifiers
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents well known identifiers in the client.
public class ComplianceBenchmarkWellKnownIdentifiers
- Inheritance
-
ComplianceBenchmarkWellKnownIdentifiers
- Inherited Members
Constructors
ComplianceBenchmarkWellKnownIdentifiers()
public ComplianceBenchmarkWellKnownIdentifiers()
Fields
SqlInstanceBasic
The well known identifier of the SQL instance basic compliance benchmark.
public static readonly Guid SqlInstanceBasic
Field Value
WindowsMachineBasic
The well known identifier of the Windows machine basic compliance benchmark.
public static readonly Guid WindowsMachineBasic
Field Value
Methods
IsWellKnown(Guid)
Determines whether the specified identifier is a well known identifier.
public static bool IsWellKnown(Guid identifier)
Parameters
identifier
GuidThe identifier to evaluate.
Returns
- bool
A System.Boolean value that indicates whether the specified identifier is a well known identifier.