SecureExtensions.

MakeSecure(string) Method

Summary

Creates a secure string for storing powershell passwords
Assembly
Cake.Powershell.dll
Namespace
Cake.Powershell
Containing Type
SecureExtensions

Syntax

public static SecureString MakeSecure(this string password)

Parameters

Name Type Description
password string The string to make secure.

Return Value

Type Description
SecureString The secure string.