C# Class Monobjc.NAnt.Tasks.SigningTask

This task can sign native binaries.
Inheritance: NAnt.Core.Task
Mostrar archivo Open project: Monobjc/monobjc-tools

Private Properties

Property Type Description

Protected Methods

Method Description
ExecuteTask ( ) : void

Executes the task.

PerformSigning ( String identity ) : void

Performs the signing.

Method Details

ExecuteTask() protected method

Executes the task.
protected ExecuteTask ( ) : void
return void

PerformSigning() protected abstract method

Performs the signing.
protected abstract PerformSigning ( String identity ) : void
identity String The identity.
return void