Table of Contents

Class SslCertificatePurposes

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of SSL certificate usages.

public class SslCertificatePurposes : BypassSection
Inheritance
SslCertificatePurposes
Inherited Members

Constructors

SslCertificatePurposes()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SslCertificatePurposes class.

public SslCertificatePurposes()

Properties

Items

Gets or sets the items within the collection

public SslCertificateEnhancedKeyUsageCollection Items { get; set; }

Property Value

SslCertificateEnhancedKeyUsageCollection

UseEkuExtension

Gets or sets whether to use the enhanced key usage extension to determine the purposes.

public BooleanOption UseEkuExtension { get; set; }

Property Value

BooleanOption

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.SslCertificatePurposes class from the specified XML.

public static SslCertificatePurposes FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SslCertificatePurposes

A CENTREL.XIA.Configuration.Types.SslCertificatePurposes class.

ToDetailedString()

Returns the purposes as a human readable string - for example "Enable all purposes for this certificate", "{Not Documented}", or the list of enhanced key usages that are enabled.

public string ToDetailedString()

Returns

string

The purposes as a human readable string.

ToString()

Returns the purposes as a human readable string - for example "Enable all purposes for this certificate", "{Not Documented}", or the list of enhanced key usages that are enabled.

public override string ToString()

Returns

string

The purposes as a human readable string.