AuthenticationKind クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ ソースの認証方法を定義する DataSource.Credential.AuthenticationKind の定数です。
public static class AuthenticationKind
type AuthenticationKind = class
Public Class AuthenticationKind
- 継承
-
AuthenticationKind
フィールド
| CurrentUser |
CurrentUser |
| Exchange |
Exchange |
| Implicit |
暗黙 |
| KerberosS4U |
KerberosS4U |
| Key |
Key |
| OAuth2 |
OAuth2 |
| SapBasic |
SapBasic |
| ServiceAccount |
ServiceAccount |
| Unattended |
自動実行 |
| UsernamePassword |
UsernamePassword |
| WebApi |
WebApi |
| Windows |
Windows |