WebResourceAttribute.CdnSupportsSecureConnection Property

Definition

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.

C#
public bool CdnSupportsSecureConnection { get; set; }

Property Value

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

Remarks

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.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1