NAnt SDK Documentation - v0.85-nightly-2005-11-09

AssemblyLinkerTask.KeyContainer Property

[This is preliminary documentation and subject to change.]

Specifies a container that holds a key pair.

[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;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.AssemblyLinkerTask.KeyContainer

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace