AuthenticationKind Class
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.
Constants for DataSource.Credential.AuthenticationKind which define how the data source is authenticated.
public static class AuthenticationKind
type AuthenticationKind = class
Public Class AuthenticationKind
- Inheritance
-
AuthenticationKind
Fields
CurrentUser |
CurrentUser |
Exchange |
Exchange |
Implicit |
Implicit |
KerberosS4U |
KerberosS4U |
Key |
Key |
OAuth2 |
OAuth2 |
SapBasic |
SapBasic |
ServiceAccount |
ServiceAccount |
Unattended |
Unattended |
UsernamePassword |
UsernamePassword |
WebApi |
WebApi |
Windows |
Windows |