Class RandomizeAuthServerPassPhraseStep
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 RandomizeAuthServerPassPhraseStep : ProjectBuildPipelineStep
Constructors
RandomizeAuthServerPassPhraseStep()
Declaration
public RandomizeAuthServerPassPhraseStep()
Fields
DefaultPassPhrase
Declaration
protected const string DefaultPassPhrase = "00000000-0000-0000-0000-000000000000"
Field Value
| Type | Description |
|---|---|
| string |
Methods
Execute(ProjectBuildContext)
Declaration
public override void Execute(ProjectBuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context |