GIAC
GSSP-NET · Question #447
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You are creating a Windows service application using the .NET Framework…
The correct answer is E. Use the ThreadPool.QueueUserWorkItem method. GIAC GSSP-.NET Exam
Authorization and Access Control
Question
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You are creating a Windows service application using the .NET Framework. The service is used to execute several tasks that require background processing. You do not want to actively manage threads in the service application, but you must make sure that security checks are performed during the execution of the task. What will you do to accomplish the task?
Options
- AUse the ThreadPool.UnsafeQueueUserWorkItem method.
- Bthread2 raises its own priority
- CUse the Thread.Start method.
- DUse the Thread.Resume method.
- EUse the ThreadPool.QueueUserWorkItem method.
How the community answered
(51 responses)- A12% (6)
- B4% (2)
- C8% (4)
- D2% (1)
- E75% (38)
Explanation
GIAC GSSP-.NET Exam
Topics
#ThreadPool#security context propagation#QueueUserWorkItem vs UnsafeQueueUserWorkItem#thread security
Community Discussion
No community discussion yet for this question.