NAnt SDK Documentation - v0.92

JscTask.SupportsKeyFile Property

Indicates whether the compiler for a given target framework supports the "keyfile" option. The default is false.

[Visual Basic]
Overrides Public Property SupportsKeyFile As Boolean
[C#]
public override bool SupportsKeyFile {get; set;}

Property Value

false.

Remarks

Override to avoid exposing this to build authors, as the JScript.NET does not support this.

See Also

JscTask Class | NAnt.DotNet.Tasks Namespace