NAnt SDK Documentation - v0.92

TlbImpTask.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.

Remarks

See the Microsoft.NET Framework SDK documentation for details.

See Also

TlbImpTask Class | NAnt.Win32.Tasks Namespace