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 = 1
The logon method is batch.
ClearText = 2
The logon method is clear text.
Interactive = 3
The logon method is interactive.
Network = 4
The logon method is network.
Unknown = 0
The logon method is unknown.