SSLActive Property (.NET)

 

Type: Boolean

 

Returns whether the user is connected through an active SSL connection. Note: Detection of this capability is not available on all web servers and platforms.

 

C# Example:

<html>SSL active (page being accessed via https):

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.SSLActive);

%>

</html>