ICON Software Solutions
Assembly: Icon (in Icon.dll) Version: 2010.3.0.0 (2010.3.0.0)
The Icon.Constant.Authority enumeration.
Namespace:
IconAssembly: Icon (in Icon.dll) Version: 2010.3.0.0 (2010.3.0.0)
Syntax
| C# |
|---|
public enum Authority |
| Visual Basic (Declaration) |
|---|
Public Enumeration Authority |
| Visual C++ |
|---|
public enum class Authority |
| J# |
|---|
public enum Authority |
Members
| Member name | Description | |
|---|---|---|
| Anonymous | No authentication. | |
| Session | Session variable. | |
| Cookies | Cookies. | |
| Network | Login using windows network login. | |
| WebService | Web Service authorisation. |
Remarks
Determines which authentication method to apply.