AuthenticodeUpdate Property (.NET)

 

Type: Int

 

Returns the version of Authenticode which the browser supports. Authenticode is a Microsoft technology for digitally signing code.

 

C# Example:

<html> Authenticode update:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.AuthenticodeUpdate);

%>

</html>