C# Class Monobjc.MSBuild.Tasks.Signing

This task can sign native binaries.
Inheritance: Microsoft.Build.Utilities.Task
ファイルを表示 Open project: Monobjc/monobjc-tools

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( ) : bool

Executes the task.

Protected Methods

Method Description
PerformSigning ( String identity ) : bool

Performs the signing.

Method Details

Execute() public method

Executes the task.
public Execute ( ) : bool
return bool

PerformSigning() protected abstract method

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