This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Powershell.
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. |
