You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > Checkout Class > Checkout Properties > IsSSLRequired
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Checkout.IsSSLRequired Property

When set to True, switches to an SSL encrypted URL. For the SSL encryption to work, you must have an SSL certificate installed. Information on SSL can be found at the following Web sites:

  • http://www.tech-faq.com/understanding-ssl.shtml
  • http://www.verisign.com/ssl/ssl-information-center/how-ssl-security-works/index.html

Note: Ektron, Inc. is not associated with TechFAQ or VeriSign. However, both these sites offer very good, detailed explanations of Secure Sockets Layer.

C#
[Category("Ektron")]
[Description("When set to True, switches to an SSL encrypted URL. For the SSL encryption to work, you must have an SSL certificate installed.")]
[TypeConverter(typeof(bool))]
[DefaultValue(false)]
public bool IsSSLRequired;
Visual Basic
<Category("Ektron")>
<Description("When set to True, switches to an SSL encrypted URL. For the SSL encryption to work, you must have an SSL certificate installed.")>
<TypeConverter(typeof(bool))>
<DefaultValue(false)>
Public Property IsSSLRequired() As bool
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!