Authentication level for the process.
Namespace: Unisys.AgileBusiness.RuntimeAPI
Assembly: Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 | RPC_C_AUTHN_LEVEL_DEFAULT | |
None | 1 | RPC_C_AUTHN_LEVEL_NONE | |
Connect | 2 | RPC_C_AUTHN_LEVEL_CONNECT | |
Call | 3 | RPC_C_AUTHN_LEVEL_CALL | |
Pkt | 4 | RPC_C_AUTHN_LEVEL_PKT | |
PktIntegrity | 5 | RPC_C_AUTHN_LEVEL_PKT_INTEGRITY | |
PktPrivacy | 6 | RPC_C_AUTHN_LEVEL_PKT_PRIVACY |
See Also