C# Class PowerDeploy.Core.EnvironmentEncrypter

Class to encrypt variables in environments. If they have a do-encrypt attribute, the value will be encrypted using the _aesKey. Before encryption: After encryption:
Afficher le fichier Open project: tobiaszuercher/PowerDeploy Class Usage Examples

Méthodes publiques

Méthode Description
EncryptAllEnvironments ( ) : void
EnvironmentEncrypter ( string startFolder, string aesKey ) : System.IO

Private Methods

Méthode Description
CreateRegexForVariable ( string name ) : Regex
EncryptEnvironmentConfig ( string configFile ) : void

Method Details

EncryptAllEnvironments() public méthode

public EncryptAllEnvironments ( ) : void
Résultat void

EnvironmentEncrypter() public méthode

public EnvironmentEncrypter ( string startFolder, string aesKey ) : System.IO
startFolder string
aesKey string
Résultat System.IO