Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SigningConfig

The C# definition of the signingConfigs child elements in a gradle file.
Read time 2 minutesLast updated 10 days ago

Definition

public sealed class SigningConfig : BaseBlock, ICloneable

Remarks

For more information about the file, see Android's documentation: SigningConfig

Constructors

Constructor

Description

SigningConfig(System.String)Element constructor.

Properties

Property

Description

KeyAliasThe C# definition of the
keyAlias
property.
KeyPasswordThe C# definition of the
keyPassword
property.
StoreFileThe C# definition of the
storeFile
property.
StorePasswordThe C# definition of the
storePassword
property.

Inheritance