NAnt SDK Documentation - v0.92

ProjectSettings.AssemblyOriginatorKeyFile Property

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

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

Property Value

The path of the key file to use to sign ActiveX/COM wrappers, relative to the project root directory, or a null reference (Nothing in Visual Basic) if the wrapper assembly should not be signed using a key file.

See Also

ProjectSettings Class | NAnt.VSNet Namespace