Enum SecureWebPageMode
The different modes supported for the <secureWebPages> configuration section.
Namespace: Mediachase.Commerce.Website.Ssl
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0Syntax
public enum SecureWebPageMode
Fields
| Name | Description |
|---|---|
| LocalOnly | Only local requests are to be monitored. |
| Off | Web page security is off and no monitoring should occur. |
| On | Indicates that web page security is on and all requests should be monitored. |
| RemoteOnly | Only remote requests are to be monitored. |