Class IisSslSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the IIS SSL settings.
public class IisSslSettings : BypassSection
- Inheritance
-
IisSslSettings
- Inherited Members
Constructors
IisSslSettings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisSslSettings class.
public IisSslSettings()
Properties
ClientCertificatesString
Gets the client certificates setting as a human readable string.
public string ClientCertificatesString { get; set; }
Property Value
RequireSsl
Gets whether SSL is required.
public BooleanOption RequireSsl { get; set; }
Property Value
SslFlags
Gets or sets the SSL flags.
public IisSslFlags SslFlags { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisSslSettings class from the specified Xml.
public static IisSslSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisSslSettings object
Returns
- IisSslSettings
A CENTREL.XIA.Configuration.Types.IisSslSettings class from the specified Xml.
ToString()
Returns the SSL settings as a human readable string.
public override string ToString()
Returns
- string
The SSL settings as a human readable string.