Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebResourceAttribute::CdnSupportsSecureConnection Property

.NET Framework (current version)
 

Gets or set a value that indicates to the ScriptManager whether a script resource should be accessed using a secure connection to the content delivery network (CDN) path when the page is accessed using HTTPS.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
property bool CdnSupportsSecureConnection {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the CDN should be accessed using HTTPS; otherwise, false.

Use the CdnSupportsSecureConnection property to check whether the associated script resource should be accessed by the ScriptManager using a secure connection (using SSL) to a CDN. By using the CdnSupportsSecureConnection property, you can avoid a warning message from the browser when your Web application attempts to request secure content from a CDN that supports SSL.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft