nerdexam
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)
  • A
    82% (32)
  • B
    3% (1)
  • C
    10% (4)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 312-92 Practice