NAnt SDK Documentation - v0.92

CompilerBase.SupportsKeyFile Property

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

[Visual Basic]
<FrameworkConfigurable(Name:="supportskeyfile", Required:=False, ExpandProperties:=True)>
Overridable Public Property SupportsKeyFile As Boolean
[C#]
[FrameworkConfigurable(Name="supportskeyfile", Required=False, ExpandProperties=True)]
public virtual bool SupportsKeyFile {get; set;}

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace