TfsPullRequestSystemAliases.

TfsAuthenticationNtlm(ICakeContext) Method

Summary

Returns credentials for integrated / NTLM authentication. Can only be used for on-premise Team Foundation Server.

Syntax

public static IPrcaCredentials TfsAuthenticationNtlm(this ICakeContext context)

Attributes

Type Description
CakeAliasCategoryAttribute
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
IPrcaCredentials Credentials for integrated / NTLM authentication
GitHub