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.Services.
Summary
Gets or sets the credentials to use when connecting
- Assembly
- Cake
.Services .dll - Namespace
- Cake
.Services - Containing Type
- Install
Settings Extensions
Syntax
public static InstallSettings UsePassword(this InstallSettings settings, string password)
Parameters
Name | Type | Description |
---|---|---|
settings | InstallSettings | The installation settings. |
password | string | The password to connect with. |
Return Value
Type | Description |
---|---|
InstallSettings | The same InstallSettings instance so that multiple calls can be chained. |