Class SecureWebPageItem

The SecureWebPageItem class is the base class that represents entries in the <secureWebPages> configuration section.

Inheritance
System.Object
SecureWebPageItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Website.Ssl.Collections
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0
Syntax
public class SecureWebPageItem

Constructors

SecureWebPageItem()

Creates an instance of this class.

Declaration
public SecureWebPageItem()

SecureWebPageItem(String)

Creates an instance with an initial path value.

Declaration
public SecureWebPageItem(string path)
Parameters
Type Name Description
System.String path

The relative path to the directory or file.

SecureWebPageItem(String, SecurityType)

Creates an instance with initial values.

Declaration
public SecureWebPageItem(string path, SecurityType secure)
Parameters
Type Name Description
System.String path

The relative path to the directory or file.

SecurityType secure

The secure.

Properties

Path

Gets or sets the path of this directory or file.

Declaration
public string Path { get; set; }
Property Value
Type Description
System.String

Secure

Gets or sets the type of security for this directory or file.

Declaration
public SecurityType Secure { get; set; }
Property Value
Type Description
SecurityType