2.2.2.25 DefaultImpersonationLevelProperty
The DefaultImpersonationLevelProperty type represents an impersonation level, as specified in [MS-RPCE] section 2.2.1.1.9, to be used as a default value by the ORB for outgoing DCOM calls. The scope within which this default is to be applied is specified for each of the individual properties of this type.
Simple type: eDT_ULONG
Validity: It MUST be one of the following values.
-
Value
Meaning
eIMP_ANONYMOUS
0x00000001
The ORB is to make unsecured calls by default.
eIMP_IDENTIFY
0x00000002
The ORB is to use RPC_C_IMPL_LEVEL_IDENTITY by default.
eIMP_IMPERSONATE
0x00000003
The ORB is to use RPC_C_IMPL_LEVEL_IMPERSONATE by default.
eIMP_DELEGATE
0x00000004
The ORB is to use RPC_C_IMPL_LEVEL_DELEGATE by default.
Server validation: Servers SHOULD<30> enforce validity constraints.
Client validation: Clients MUST enforce validity constraints.