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

ProjectSettings.AssemblyOriginatorKeyFile Property

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

ProjectSettings Class | NAnt.VSNet Namespace