A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Enum SecurityType

Indicates the type of security for a SecureWebPageItem.

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

Fields

Name Description
Ignore

The item should be ignored.

Insecure

The item should be insecure.

Secure

The item should be secure.

Extension Methods