SignedCode.DescriptionURL property

[The DescriptionURL property is available for use in the operating systems specified in the Requirements section. Instead, use Platform Invocation Services (PInvoke) to call the Win32 API SignerSignEx, SignerTimeStampEx, and WinVerifyTrust functions to sign content with an Authenticode digital signature. For information about PInvoke, see Platform Invoke Tutorial. The .NET and CryptoAPI via P/Invoke: Part 1 and .NET and CryptoAPI via P/Invoke: Part 2 subsections of Extending .NET Cryptography with CAPICOM and P/Invoke may also be helpful.]

The DescriptionURL property sets or retrieves the URL of a description of the signed executable file.

Syntax

SignedCode.DescriptionURL As String

Property value

The URL of a description of the signed executable file.

Remarks

The DescriptionURL is the URL to which the Description that appears in the Authenticode verification dialog box links. If this property is NULL, the Description does not function as a link.

Requirements

Requirement Value
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll

See also

SignedCode