NAnt SDK Documentation - v0.92

ProjectSettings.AssemblyKeyContainerName Property

Gets the key name to use to sign ActiveX/COM wrappers.

[Visual Basic]
Public ReadOnly Property AssemblyKeyContainerName As String
[C#]
public string AssemblyKeyContainerName {get;}

Property Value

The name of the key container to use to sign ActiveX/COM wrappers, or a null reference (Nothing in Visual Basic) if the wrapper assembly should not be signed using a key container.

See Also

ProjectSettings Class | NAnt.VSNet Namespace