SsrsConnectionSettingsExtensions.

AuthenticateWith(SsrsConnectionSettings, string, string, string, ClientCredentialType) Method

Summary

Configures the settings to use to authenticate with to the SSRS server.
Assembly
Cake.SSRS.dll
Namespace
Cake.SSRS
Containing Type
SsrsConnectionSettingsExtensions

Syntax

public static SsrsConnectionSettings AuthenticateWith(this SsrsConnectionSettings settings, string userName, string password, string domain, ClientCredentialType credentialType)

Parameters

Name Type Description
settings SsrsConnectionSettings The Settings
userName string Username
password string Password
domain string Domain the username belongs to.
credentialType ClientCredentialType The CredentialType that should be used to authenticate.

Return Value

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