NAnt SDK Documentation - v0.92

JscTask.KeyFile Property

Specifies a strong name key file.

[Visual Basic]
Overrides Public Property KeyFile As FileInfo
[C#]
public override System.IO.FileInfo KeyFile {get; set;}

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