SessionAuthentication 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義遠端程序呼叫 (RPC) 登入伺服器期間所使用驗證類型的值。 當您建立指定遠端電腦連線的 EventLogSession 物件時,會發生此登入動作。
public enum class SessionAuthentication
public enum SessionAuthentication
type SessionAuthentication =
Public Enum SessionAuthentication
- 繼承
欄位
Default | 0 | RPC 登入期間使用預設驗證方法。 預設驗證相當於 Negotiate。 |
Kerberos | 2 | RPC 登入期間使用 Kerberos 驗證。 |
Negotiate | 1 | RPC 登入期間使用 Negotiate 驗證方法。 這可讓用戶端應用程式視狀況選取最適當的驗證方法 (NTLM 或 Kerberos)。 |
Ntlm | 3 | RPC 期間使用 Windows NT LAN Manager (NTLM) 驗證。 |