FWPS_FIELDS_RPC_PROXY_CONN_ - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// fwpsk.h

typedef enum FWPS_FIELDS_RPC_PROXY_CONN_ {
  FWPS_FIELD_RPC_PROXY_CONN_CLIENT_TOKEN,
  FWPS_FIELD_RPC_PROXY_CONN_SERVER_NAME,
  FWPS_FIELD_RPC_PROXY_CONN_SERVER_PORT,
  FWPS_FIELD_RPC_PROXY_CONN_PROXY_AUTH_TYPE,
  FWPS_FIELD_RPC_PROXY_CONN_CLIENT_CERT_KEY_LENGTH,
  FWPS_FIELD_RPC_PROXY_CONN_CLIENT_CERT_OID,
  FWPS_FIELD_RPC_PROXY_CONN_MAX
} FWPS_FIELDS_RPC_PROXY_CONN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-fwpsk-fwps_fields_rpc_proxy_conn_)

FWPS_FIELDS_RPC_PROXY_CONN_ enumeration

Description

The FWPS_FIELDS_RPC_PROXY_CONN enumeration type specifies the data field identifiers for the FWPS_LAYER_RPC_PROXY_CONN run-time filtering layer.

Constants

FWPS_FIELD_RPC_PROXY_CONN_CLIENT_TOKEN

The identification of the client when using RpcProxy.

FWPS_FIELD_RPC_PROXY_CONN_SERVER_NAME

The name of the RPC server when using RpcProxy.

FWPS_FIELD_RPC_PROXY_CONN_SERVER_PORT

The port on the RPC server when using RpcProxy.

FWPS_FIELD_RPC_PROXY_CONN_PROXY_AUTH_TYPE

The RPC proxy authentication service type. For more information about authentication service types, see Authentication-Service Constants in the RPC section of the Windows SDK.

FWPS_FIELD_RPC_PROXY_CONN_CLIENT_CERT_KEY_LENGTH

The secure socket layer (SSL) key length in the client certificate.

FWPS_FIELD_RPC_PROXY_CONN_CLIENT_CERT_OID

The object identifier (OID) in the client certificate.

FWPS_FIELD_RPC_PROXY_CONN_MAX

The maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.