Package com.sun.jna.platform.win32
Interface Winevt.EVT_RPC_LOGIN_FLAGS
- Enclosing interface:
Winevt
public static interface Winevt.EVT_RPC_LOGIN_FLAGS
Defines the types of authentication that you can use to authenticate the user when connecting to a remote
computer.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa385570(v=vs.85).aspx
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Use the default authentication method during RPC login.static final int
Use Kerberos authentication during RPC login.static final int
Use the Negotiate authentication method during RPC login.static final int
Use NTLM authentication during RPC login.
-
Field Details
-
EvtRpcLoginAuthDefault
static final int EvtRpcLoginAuthDefaultUse the default authentication method during RPC login. The default authentication method is Negotiate.- See Also:
-
EvtRpcLoginAuthNegotiate
static final int EvtRpcLoginAuthNegotiateUse the Negotiate authentication method during RPC login. The client and server negotiate whether to use NTLM or Kerberos.- See Also:
-
EvtRpcLoginAuthKerberos
static final int EvtRpcLoginAuthKerberosUse Kerberos authentication during RPC login.- See Also:
-
EvtRpcLoginAuthNTLM
static final int EvtRpcLoginAuthNTLMUse NTLM authentication during RPC login.- See Also:
-