SigningConfig
The C# definition of the signingConfigs child elements in a gradle file.
Read time 2 minutesLast updated 10 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
- Inherits from: BaseBlock
- Implements: ICloneable
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 |
|---|---|
| KeyAlias | The C# definition of the |
| KeyPassword | The C# definition of the |
| StoreFile | The C# definition of the |
| StorePassword | The C# definition of the |