Class RandomizeStringEncryptionStep
Inheritance
object
RandomizeStringEncryptionStep
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.ProjectBuilding.Templates
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class RandomizeStringEncryptionStep : ProjectBuildPipelineStep
Constructors
RandomizeStringEncryptionStep()
Declaration
public RandomizeStringEncryptionStep()
Fields
DefaultPassPhrase
Declaration
protected const string DefaultPassPhrase = "gsKnGZ041HLL4IM8"
Field Value
| Type | Description |
|---|---|
| string |
Methods
Execute(ProjectBuildContext)
Declaration
public override void Execute(ProjectBuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context |
Overrides
GetRandomPassPhrase(ProjectBuildContext)
Declaration
protected virtual string GetRandomPassPhrase(ProjectBuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context |
Returns
| Type | Description |
|---|---|
| string |