FWPS_FIELDS_RPC_PROXY_IF_IF enumeration (fwpsk.h)

The FWPS_FIELDS_RPC_PROXY_IF_IF enumeration type specifies the data field identifiers for the FWPS_LAYER_RPC_PROXY_IF run-time filtering layer.

Syntax

typedef enum FWPS_FIELDS_RPC_PROXY_IF_ {
  FWPS_FIELD_RPC_PROXY_IF_CLIENT_TOKEN,
  FWPS_FIELD_RPC_PROXY_IF_IF_UUID,
  FWPS_FIELD_RPC_PROXY_IF_IF_VERSION,
  FWPS_FIELD_RPC_PROXY_IF_SERVER_NAME,
  FWPS_FIELD_RPC_PROXY_IF_SERVER_PORT,
  FWPS_FIELD_RPC_PROXY_IF_PROXY_AUTH_TYPE,
  FWPS_FIELD_RPC_PROXY_IF_CLIENT_CERT_KEY_LENGTH,
  FWPS_FIELD_RPC_PROXY_IF_CLIENT_CERT_OID,
  FWPS_FIELD_RPC_PROXY_IF_MAX
} FWPS_FIELDS_RPC_PROXY_IF_IF;

Constants

 
FWPS_FIELD_RPC_PROXY_IF_CLIENT_TOKEN
The identification of the client when using RpcProxy.
FWPS_FIELD_RPC_PROXY_IF_IF_UUID
The UUID of the RPC interface.
FWPS_FIELD_RPC_PROXY_IF_IF_VERSION
The version of the RPC interface.
FWPS_FIELD_RPC_PROXY_IF_SERVER_NAME
The name of the RPC server when using RpcProxy.
FWPS_FIELD_RPC_PROXY_IF_SERVER_PORT
The port on the RPC server when using RpcProxy.
FWPS_FIELD_RPC_PROXY_IF_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 documentation.
FWPS_FIELD_RPC_PROXY_IF_CLIENT_CERT_KEY_LENGTH
The secure socket layer (SSL) key length in the client certificate.
FWPS_FIELD_RPC_PROXY_IF_CLIENT_CERT_OID
The object identifier (OID) in the client certificate.
FWPS_FIELD_RPC_PROXY_IF_MAX
The maximum value for this enumeration. This value might change in future versions of the NDIS
header files and binaries.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows Vista.
Header fwpsk.h (include Fwpsk.h)