NAnt SDK Documentation - v0.92

JscTask.SupportsKeyContainer Property

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

[Visual Basic]
Overrides Public Property SupportsKeyContainer As Boolean
[C#]
public override bool SupportsKeyContainer {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