SecureExtensions Class

Summary

Extensions methods for creating secure strings
Assembly
Cake.Powershell.dll
Namespace
Cake.Powershell
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["SecureExtensions"] class Type type-node

Syntax

public static class SecureExtensions

Methods

Name Value Summary
EscapeCurleyBrackets(string) string
Excapes curley brackets
static
MakeSecure(string) SecureString
Creates a secure string for storing powershell passwords
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin