EC-Council
312-92 · Question #66
Lyle is writing some code in VB.NET and is implementing some build-in security. What type of .NET security is Lyle using in the following code? public class Myclass1 Public Sub New() End Sub Public…
The correct answer is A. Imperative security. See the full explanation below for the reasoning.
Question
Lyle is writing some code in VB.NET and is implementing some build-in security. What type of .NET security is Lyle using in the following code? public class Myclass1 Public Sub New() End Sub Public Sub MyMethods() Dim Perm As New MyPermission() Perm.Demand() End Sub Pub Sub YourMethod() End Sub End Class
Options
- AImperative security
- BExplicit security
- CImplicit security
- DDeclarative security
How the community answered
(39 responses)- A82% (32)
- B3% (1)
- C10% (4)
- D5% (2)
Community Discussion
No community discussion yet for this question.