C# Class Monobjc.NAnt.Tasks.CodeSignTask

Inheritance: SigningTask
Mostrar archivo Open project: Monobjc/monobjc-tools

Private Properties

Property Type Description

Protected Methods

Method Description
PerformSigning ( String identity ) : void

Performs the signing.

Method Details

PerformSigning() protected method

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