Class SecureWebPageFile
The SecureWebPageFile class represents an file entry in the <secureWebPages> configuration section.
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.0Syntax
public class SecureWebPageFile : SecureWebPageItem
Constructors
SecureWebPageFile()
Creates an instance with default values.
Declaration
public SecureWebPageFile()
SecureWebPageFile(String)
Creates an instance with an initial path value.
Declaration
public SecureWebPageFile(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The relative path to the directory or file. |
SecureWebPageFile(String, SecurityType)
Creates an instance with initial values.
Declaration
public SecureWebPageFile(string path, SecurityType secure)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The relative path to the directory or file. |
SecurityType | secure | The type of security to apply. |