TlbImpTask.

KeyContainer Property

Summary

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.
Assembly
NAnt.Win32.dll
Namespace
NAnt.Win32.Tasks
Containing Type
TlbImpTask

Syntax

[TaskAttribute("keycontainer")]
public string KeyContainer { get; set; }

Remarks

See the Microsoft.NET Framework SDK documentation for details.

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string The key container containing a public/private key pair that should be used to sign the resulting assembly.