Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the data field identifiers for the FWPS_LAYER_RPC_PROXY_CONN run-time filtering layer.
Syntax
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;
Constants
FWPS_FIELD_RPC_PROXY_CONN_CLIENT_TOKENThe identification of the client when using RpcProxy. |
FWPS_FIELD_RPC_PROXY_CONN_SERVER_NAMEThe name of the RPC server when using RpcProxy. |
FWPS_FIELD_RPC_PROXY_CONN_SERVER_PORTThe port on the RPC server when using RpcProxy. |
FWPS_FIELD_RPC_PROXY_CONN_PROXY_AUTH_TYPEThe 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_LENGTHThe secure socket layer (SSL) key length in the client certificate. |
FWPS_FIELD_RPC_PROXY_CONN_CLIENT_CERT_OIDThe object identifier (OID) in the client certificate. |
FWPS_FIELD_RPC_PROXY_CONN_MAXThe maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries. |
Requirements
| Requirement | Value |
|---|---|
| Header | fwpsu.h |