SecurityHelperRpcAuthnLevel Enumeration

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

public enum RpcAuthnLevel
Members

  Member nameValueDescription
Default0 RPC_C_AUTHN_LEVEL_DEFAULT
None1 RPC_C_AUTHN_LEVEL_NONE
Connect2 RPC_C_AUTHN_LEVEL_CONNECT
Call3 RPC_C_AUTHN_LEVEL_CALL
Pkt4 RPC_C_AUTHN_LEVEL_PKT
PktIntegrity5 RPC_C_AUTHN_LEVEL_PKT_INTEGRITY
PktPrivacy6 RPC_C_AUTHN_LEVEL_PKT_PRIVACY
See Also