C# Class Monobjc.MSBuild.Tasks.Signing

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Execute ( ) : bool

Executes the task.

Méthodes protégées

Méthode Description
PerformSigning ( String identity ) : bool

Performs the signing.

Method Details

Execute() public méthode

Executes the task.
public Execute ( ) : bool
Résultat bool

PerformSigning() protected abstract méthode

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