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.SSRS.
                            
	
		Summary
            Configures the settings to use to authenticate with to the SSRS server.
            
		- Assembly
- Cake.SSRS .dll 
- Namespace
- Cake.SSRS 
- Containing Type
- SsrsConnection Settings Extensions 
Syntax
public static SsrsConnectionSettings AuthenticateWith(this SsrsConnectionSettings settings, string userName, string password, string domain, ClientCredentialType credentialType)Parameters
| Name | Type | Description | 
|---|---|---|
| settings | Ssrs | The Settings | 
| userName | string | Username | 
| password | string | Password | 
| domain | string | Domain the username belongs to. | 
| credentialType | ClientCredentialType | The CredentialTypethat should be used to authenticate. | 
Return Value
| Type | Description | 
|---|---|
| Ssrs | The same SsrsConnectionSettingsinstance so that multiple calls can be chained. | 
