Enum SecurityWarningBypassMode

The different modes for bypassing security warnings.

Namespace: Mediachase.Commerce.Website.Ssl
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0
Syntax
public enum SecurityWarningBypassMode

Fields

Name Description
AlwaysBypass

Always bypass security warnings when switching to an unencrypted page.

BypassWithQueryParam

Only bypass security warnings when switching to an unencrypted page if the proper query parameter is present.

NeverBypass

Never bypass security warnings when switching to an unencrypted page.

Extension Methods