Table of Contents

Class SqlCryptographicProviders

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

Represents the cryptographic providers for a SQL instance. This only applies to on-premises installations of SQL Server.

public class SqlCryptographicProviders : BypassSection
Inheritance
SqlCryptographicProviders
Inherited Members

Constructors

SqlCryptographicProviders()

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

public SqlCryptographicProviders()

Properties

Items

Gets or sets the items in the collection.

public SqlCryptographicProviderCollection Items { get; set; }

Property Value

SqlCryptographicProviderCollection

Methods

FromXml(string)

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

public static SqlCryptographicProviders FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlCryptographicProviders

A CENTREL.XIA.Configuration.Types.SqlCryptographicProviders class.

ToString()

Returns the cryptographic providers as a human readable string.

public override string ToString()

Returns

string

The cryptographic providers as a human readable string.