C# 클래스 CloudInit.Modules.PowershellIncludeEncryptedModule

Reads an encrypted powershell script and executes the contents
상속: PowershellIncludeModule
파일 보기 프로젝트 열기: bwight/CloudInit.NET

보호된 메소드들

메소드 설명
ReadContent ( Byte content ) : String

Reads the contents of the file.

메소드 상세

ReadContent() 보호된 메소드

Reads the contents of the file.
protected ReadContent ( Byte content ) : String
content Byte The content of the file downloaded
리턴 String