DeploySettingsExtensions.

UseNTLM(DeploySettings, bool) Method

Summary

Sets if NTLM authentication should be used
Assembly
Cake.WebDeploy.dll
Namespace
Cake.WebDeploy
Containing Type
DeploySettingsExtensions

Syntax

public static DeploySettings UseNTLM(this DeploySettings settings, bool ntlm = true)

Parameters

Name Type Description
settings DeploySettings The publish settings.
ntlm bool use NTLM

Return Value

Type Description
DeploySettings The same DeploySettings instance so that multiple calls can be chained.