EVT_RPC_LOGIN_FLAGS enumeration (winevt.h)
Defines the types of authentication that you can use to authenticate the user when connecting to a remote computer.
Syntax
typedef enum _EVT_RPC_LOGIN_FLAGS {
EvtRpcLoginAuthDefault = 0,
EvtRpcLoginAuthNegotiate,
EvtRpcLoginAuthKerberos,
EvtRpcLoginAuthNTLM
} EVT_RPC_LOGIN_FLAGS;
Constants
EvtRpcLoginAuthDefault Value: 0 Use the default authentication method during RPC login. The default authentication method is Negotiate. |
EvtRpcLoginAuthNegotiate Use the Negotiate authentication method during RPC login. The client and server negotiate whether to use NTLM or Kerberos. |
EvtRpcLoginAuthKerberos Use Kerberos authentication during RPC login. |
EvtRpcLoginAuthNTLM Use NTLM authentication during RPC login. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | winevt.h |