NAnt SDK Documentation - v0.92
AxImpTask.KeyContainer Property
Specifies the key container in which the public/private key pair should be found that should be used to sign the resulting assembly with a strong name.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="keycontainer", ExpandProperties:=True, ProcessXml:=True)>
Public Property KeyContainer As
String
[C#]
[TaskAttribute(Required=False, Name="keycontainer", ExpandProperties=True, ProcessXml=True)]
public
string KeyContainer {get; set;}
Property Value
The key container containing a public/private key pair that should be used to sign the resulting assembly.
See Also
AxImpTask Class | NAnt.Win32.Tasks Namespace