Class ExchangeAutodiscoverVirtualDirectory
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Exchange server autodiscover virtual directory in a Microsoft Exchange organization. This only applies to Exchange On-Premises.
public class ExchangeAutodiscoverVirtualDirectory : ExchangeVirtualDirectoryBase, IComparable<ExchangeVirtualDirectoryBase>
- Inheritance
-
ExchangeAutodiscoverVirtualDirectory
- Implements
- Inherited Members
Constructors
ExchangeAutodiscoverVirtualDirectory()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangeAutodiscoverVirtualDirectory class.
public ExchangeAutodiscoverVirtualDirectory()
Properties
BasicAuthentication
Gets or sets whether basic authentication is enabled.
public BooleanOption BasicAuthentication { get; set; }
Property Value
DigestAuthentication
Gets or sets whether digest authentication is enabled.
public BooleanOption DigestAuthentication { get; set; }
Property Value
Path
Gets or sets the path to the files for this virtual directory.
public string Path { get; set; }
Property Value
WindowsAuthentication
Gets or sets whether integrated Windows authentication is enabled.
public BooleanOption WindowsAuthentication { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.ExchangeAutodiscoverVirtualDirectory cloned from this object.
public ExchangeAutodiscoverVirtualDirectory Clone()
Returns
- ExchangeAutodiscoverVirtualDirectory
A CENTREL.XIA.Configuration.Types.ExchangeAutodiscoverVirtualDirectory.