Schnittstelle Winevt.EVT_RPC_LOGIN_FLAGS

Umschließende Schnittstelle:
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
  • Felddetails

    • EvtRpcLoginAuthDefault

      static final int EvtRpcLoginAuthDefault
      Use the default authentication method during RPC login. The default authentication method is Negotiate.
      Siehe auch:
    • EvtRpcLoginAuthNegotiate

      static final int EvtRpcLoginAuthNegotiate
      Use the Negotiate authentication method during RPC login. The client and server negotiate whether to use NTLM or Kerberos.
      Siehe auch:
    • EvtRpcLoginAuthKerberos

      static final int EvtRpcLoginAuthKerberos
      Use Kerberos authentication during RPC login.
      Siehe auch:
    • EvtRpcLoginAuthNTLM

      static final int EvtRpcLoginAuthNTLM
      Use NTLM authentication during RPC login.
      Siehe auch: