Specifies the security mode for the page.
This enumeration is used by the Security method.
| Member Name | Description |
|---|---|
| DontCare | The URL scheme (http or https) is not changed, but the host name and/or port number may be overridden if specified by the HostName and Port properties. This is the default behavior. |
| Secure | The URL scheme is forced to https, and the host name and/or port number are overridden if specified by the HostName and Port properties. |
| Insecure | The URL scheme is forced to http, and the host name and/or port number are overridden if specified by the HostName and Port properties. |
Namespace: Parastream.Web.UI
Assembly: FpCtrlsBase (in FpCtrlsBase.dll)
Parastream.Web.UI Namespace | HostName | Port