Table of Contents

Class SslCertificateEnhancedKeyUsages

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

Represents a collection of SSL certificate usages.

public class SslCertificateEnhancedKeyUsages : BypassSection
Inheritance
SslCertificateEnhancedKeyUsages
Inherited Members

Constructors

SslCertificateEnhancedKeyUsages()

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

public SslCertificateEnhancedKeyUsages()

Properties

Items

Gets or sets the items within the collection

public SslCertificateEnhancedKeyUsageCollection Items { get; set; }

Property Value

SslCertificateEnhancedKeyUsageCollection

Methods

FromXml(string)

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

public static SslCertificateEnhancedKeyUsages FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SslCertificateEnhancedKeyUsages

A CENTREL.XIA.Configuration.Types.SslCertificateEnhancedKeyUsages class.

ToString()

Returns the enhanced key usages as a human readable string - for example "10 Enhanced Key Usages" or "{Not Documented}".

public override string ToString()

Returns

string

The enhanced key usages as a human readable string.