Class SSLHelper
The SSLHelper class provides static methods for ensuring that a page is rendered securely via SSL or unsecurely.
Inheritance
System.Object
SSLHelper
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
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0Syntax
public class SSLHelper
Constructors
SSLHelper()
Intializes an instance of this class.
Declaration
public SSLHelper()
Methods
RequestSecurePage(SecureWebPageSettings)
Requests the current page over a secure connection, if it is not already.
Declaration
public static void RequestSecurePage(SecureWebPageSettings settings)
Parameters
Type | Name | Description |
---|---|---|
SecureWebPageSettings | settings | The settings. |
RequestUnsecurePage(SecureWebPageSettings)
Requests the current page over an insecure connection, if it is not already.
Declaration
public static void RequestUnsecurePage(SecureWebPageSettings settings)
Parameters
Type | Name | Description |
---|---|---|
SecureWebPageSettings | settings | The settings. |