C# Class CloudInit.Modules.PowershellIncludeEncryptedModule

Reads an encrypted powershell script and executes the contents
Inheritance: PowershellIncludeModule
Show file Open project: bwight/CloudInit.NET

Protected Methods

Method Description
ReadContent ( Byte content ) : String

Reads the contents of the file.

Method Details

ReadContent() protected method

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