Enum IisVirtualDirectoryLogonMethod
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The logon method for a virtual directory.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisVirtualDirectoryLogonMethod
Fields
Batch = 1The logon method is batch.
ClearText = 2The logon method is clear text.
Interactive = 3The logon method is interactive.
Network = 4The logon method is network.
Unknown = 0The logon method is unknown.