Summary
Gets the key file to use to sign ActiveX/COM wrappers.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ProjectSettings
Syntax
public string AssemblyOriginatorKeyFile { get; }
Value
Type | Description |
---|---|
string |
The path of the key file to use to sign ActiveX/COM wrappers,
relative to the project root directory, or null
if the wrapper assembly should not be signed using a key file.
|