Package com.sun.jna.platform.win32
Interface Winevt.EVT_RPC_LOGIN_FLAGS
- 
- Enclosing interface:
- Winevt
 
 public static interface Winevt.EVT_RPC_LOGIN_FLAGSDefines 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 SummaryFields Modifier and Type Field Description static intEvtRpcLoginAuthDefaultUse the default authentication method during RPC login.static intEvtRpcLoginAuthKerberosUse Kerberos authentication during RPC login.static intEvtRpcLoginAuthNegotiateUse the Negotiate authentication method during RPC login.static intEvtRpcLoginAuthNTLMUse NTLM authentication during RPC login.
 
- 
- 
- 
Field Detail- 
EvtRpcLoginAuthDefaultstatic final int EvtRpcLoginAuthDefault Use the default authentication method during RPC login. The default authentication method is Negotiate.- See Also:
- Constant Field Values
 
 - 
EvtRpcLoginAuthNegotiatestatic final int EvtRpcLoginAuthNegotiate Use the Negotiate authentication method during RPC login. The client and server negotiate whether to use NTLM or Kerberos.- See Also:
- Constant Field Values
 
 - 
EvtRpcLoginAuthKerberosstatic final int EvtRpcLoginAuthKerberos Use Kerberos authentication during RPC login.- See Also:
- Constant Field Values
 
 - 
EvtRpcLoginAuthNTLMstatic final int EvtRpcLoginAuthNTLM Use NTLM authentication during RPC login.- See Also:
- Constant Field Values
 
 
- 
 
-