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:
Mostra file Open project: tobiaszuercher/PowerDeploy Class Usage Examples

Public Methods

Method Description
EncryptAllEnvironments ( ) : void
EnvironmentEncrypter ( string startFolder, string aesKey ) : System.IO

Private Methods

Method Description
CreateRegexForVariable ( string name ) : Regex
EncryptEnvironmentConfig ( string configFile ) : void

Method Details

EncryptAllEnvironments() public method

public EncryptAllEnvironments ( ) : void
return void

EnvironmentEncrypter() public method

public EnvironmentEncrypter ( string startFolder, string aesKey ) : System.IO
startFolder string
aesKey string
return System.IO