C# 클래스 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:
파일 보기 프로젝트 열기: tobiaszuercher/PowerDeploy 1 사용 예제들

공개 메소드들

메소드 설명
EncryptAllEnvironments ( ) : void
EnvironmentEncrypter ( string startFolder, string aesKey ) : System.IO

비공개 메소드들

메소드 설명
CreateRegexForVariable ( string name ) : Regex
EncryptEnvironmentConfig ( string configFile ) : void

메소드 상세

EncryptAllEnvironments() 공개 메소드

public EncryptAllEnvironments ( ) : void
리턴 void

EnvironmentEncrypter() 공개 메소드

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