NAnt SDK Documentation - v0.92

CompilerBase.KeyContainer Property

Specifies the key pair container used to strongname the assembly.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="keycontainer", ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property KeyContainer As String
[C#]
[TaskAttribute(Required=False, Name="keycontainer", ExpandProperties=True, ProcessXml=True)]
public virtual string KeyContainer {get; set;}

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace