RPC_C_AUTHZ_xxx  I4S4I9

These values define what the server authorizes, and are used by methods of the IClientSecurity1MZKD73 interface. Along with the RPC_C_AUTHN_xxx values, these are the values assigned to the SOLE_AUTHENTICATION_SERVICEA7X3W5 structure, which is retrieved by the CoQueryAuthenticationServicesKP.R4N function, and passed in to the CoInitializeSecurity12NDMS function.

Values

RPC_C_AUTHZ_NONE

Server performs no authorization.

RPC_C_AUTHZ_NAME

Server performs authorization based on the client s principal name.

RPC_C_AUTHZ_DCE

Server performs authorization checking using the client's DCE privilege attribute certificate (PAC) information, which is sent to the server with each remote procedure call made using the binding handle. Generally, access is checked against DCE access control lists (ACLs).

 

See Also

SOLE_AUTHENTICATION_SERVICE