Table of Contents
WebView.GetSSLStatus Method 

Returns the SSL status of the current page.

Syntax
 public SSLStatus GetSSLStatus();
Remarks

This function returns null if the current page is not loaded through a secure connection.

See Also