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