Enum CredentialRetrievalEnum
Specifies the methods for retrieving credentials in a reporting service.
Namespace: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public enum CredentialRetrievalEnum
Fields
| Name | Description |
|---|---|
| Integrated | Use the Windows Integrated authentication for credentials. |
| None | No credentials are required. |
| Prompt | Retrieve credentials by prompting the user. |
| Store | Retrieve credentials that are stored securely. |