secRequestType
- Last UpdatedJun 06, 2017
- 1 minute read
This type is mainly used when the control is requesting information through one of the Request* events. It specifies what information the security clearance is currently requesting.
secRequestNone (0)
This type is never passed into the Request events, but can be returned by the Query* methods to specify that no security is required for the queried application/function.
secRequestDoneBy (1)
This type is passed into the Request* events when DoneBy information is required to complete a function security clearance request. It can also be returned by the QueryFunctionSecurity method to specify that DoneBy security is required for the queried function.
secRequestCheckBy (2)
This type is passed into the Request* events when CheckBy information is required to complete a function security clearance request. It can also be returned by the QueryFunctionSecurity method to specify that DoneBy and CheckBy security is required for the queried function.
secRequestApplication (3)
This type is passed into the Request* events when DoneBy information is required to complete an application security clearance request. It can also be returned by the QueryApplicationSecurity method to specify that DoneBy security is required for the queried application.