IntegratedSecurity Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the type of integrated security used.
public enum IntegratedSecurity
type IntegratedSecurity =
Public Enum IntegratedSecurity
- Inheritance
-
IntegratedSecurity
Fields
Name | Value | Description |
---|---|---|
Sspi | 0 | Windows Integrated Security is used to verify credentials |
Basic | 1 | Username and password are used to verify credentials. |
Federated | 2 | Do not reference this member directly in your code. It supports the Analysis Services infrastructure. |
ClaimsToken | 3 | Claims based tokens are used to verify credentials. |
Unspecified | 4 | An unspecified method is used to verify credentials. |