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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intUse the default authentication method during RPC login.static final intUse Kerberos authentication during RPC login.static final intUse the Negotiate authentication method during RPC login.static final intUse NTLM authentication during RPC login.
- 
Field Details- 
EvtRpcLoginAuthDefaultstatic final int EvtRpcLoginAuthDefaultUse the default authentication method during RPC login. The default authentication method is Negotiate.- See Also:
 
- 
EvtRpcLoginAuthNegotiatestatic final int EvtRpcLoginAuthNegotiateUse the Negotiate authentication method during RPC login. The client and server negotiate whether to use NTLM or Kerberos.- See Also:
 
- 
EvtRpcLoginAuthKerberosstatic final int EvtRpcLoginAuthKerberosUse Kerberos authentication during RPC login.- See Also:
 
- 
EvtRpcLoginAuthNTLMstatic final int EvtRpcLoginAuthNTLMUse NTLM authentication during RPC login.- See Also:
 
 
-