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

ProjectSettings.AssemblyKeyContainerName Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.ProjectSettings.AssemblyKeyContainerName

See Also

ProjectSettings Class | NAnt.VSNet Namespace