C# Class CloudInit.Modules.PowershellIncludeEncryptedModule

Reads an encrypted powershell script and executes the contents
Inheritance: PowershellIncludeModule
Afficher le fichier Open project: bwight/CloudInit.NET

Méthodes protégées

Méthode Description
ReadContent ( Byte content ) : String

Reads the contents of the file.

Method Details

ReadContent() protected méthode

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