Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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
EvtRpcLoginAuthDefaultValue: 0 Use the default authentication method during RPC login. The default authentication method is Negotiate. |
EvtRpcLoginAuthNegotiateUse the Negotiate authentication method during RPC login. The client and server negotiate whether to use NTLM or Kerberos. |
EvtRpcLoginAuthKerberosUse Kerberos authentication during RPC login. |
EvtRpcLoginAuthNTLMUse 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 |
See also
Feedback
Was this page helpful?
