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.
Syntax
[TaskAttribute("keycontainer")]
public string KeyContainer { get; set; }
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.
|