C# Class CloudInit.Modules.PowershellEncryptedModule

Inheritance: CloudInit.Modules.Core.PowershellModuleBase
Show file Open project: bwight/CloudInit.NET

Public Methods

Method Description
Execute ( string input ) : string

Protected Methods

Method Description
GetEncryptedContent ( Byte content ) : String

Method Details

Execute() public method

public Execute ( string input ) : string
input string
return string

GetEncryptedContent() protected method

protected GetEncryptedContent ( Byte content ) : String
content Byte
return String