ScriptResourceDefinition.CdnSupportsSecureConnection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool CdnSupportsSecureConnection { bool get(); void set(bool value); };
public bool CdnSupportsSecureConnection { get; set; }
member this.CdnSupportsSecureConnection : bool with get, set
Public Property CdnSupportsSecureConnection As Boolean
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 (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.