Summary
Indicates whether the compiler for a given target framework supports
the "keyfile" option. The default is
false
.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- JscTask
Syntax
public override bool SupportsKeyFile { get; set; }
Remarks
Override to avoid exposing this to build authors, as the JScript.NET
does not support this.
Value
Type | Description |
---|---|
bool |
false .
|