Table of Contents

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

Guid

WindowsMachineBasic

The well known identifier of the Windows machine basic compliance benchmark.

public static readonly Guid WindowsMachineBasic

Field Value

Guid

Methods

IsWellKnown(Guid)

Determines whether the specified identifier is a well known identifier.

public static bool IsWellKnown(Guid identifier)

Parameters

identifier Guid

The identifier to evaluate.

Returns

bool

A System.Boolean value that indicates whether the specified identifier is a well known identifier.