C# Class Monobjc.NAnt.Tasks.SigningTask

This task can sign native binaries.
Inheritance: NAnt.Core.Task
Afficher le fichier Open project: Monobjc/monobjc-tools

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
ExecuteTask ( ) : void

Executes the task.

PerformSigning ( String identity ) : void

Performs the signing.

Method Details

ExecuteTask() protected méthode

Executes the task.
protected ExecuteTask ( ) : void
Résultat void

PerformSigning() protected abstract méthode

Performs the signing.
protected abstract PerformSigning ( String identity ) : void
identity String The identity.
Résultat void