PagePorter Class Library

FpPageSecurityMode Enumeration

Specifies the security mode for the page.

[Visual Basic]
Public Enum FpPageSecurityMode
[C#]
public enum FpPageSecurityMode

Remarks

This enumeration is used by the Security method.

Members

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.

Requirements

Namespace: Parastream.Web.UI

Assembly: FpCtrlsBase (in FpCtrlsBase.dll)

See Also

Parastream.Web.UI Namespace | HostName | Port