SessionAuthentication 列舉

定義

定義遠端程序呼叫 (RPC) 登入伺服器期間所使用驗證類型的值。 當您建立指定遠端電腦連線的 EventLogSession 物件時,會發生此登入動作。

public enum class SessionAuthentication
public enum SessionAuthentication
type SessionAuthentication = 
Public Enum SessionAuthentication
繼承
SessionAuthentication

欄位

Default 0

RPC 登入期間使用預設驗證方法。 預設驗證相當於 Negotiate。

Kerberos 2

RPC 登入期間使用 Kerberos 驗證。

Negotiate 1

RPC 登入期間使用 Negotiate 驗證方法。 這可讓用戶端應用程式視狀況選取最適當的驗證方法 (NTLM 或 Kerberos)。

Ntlm 3

RPC 期間使用 Windows NT LAN Manager (NTLM) 驗證。

適用於

另請參閱