MethodIgnoreAttribute.MethodSecurityAttribute Sealed Class

Subclass of Attribute. Used to set the required scripting ACL level that is required for a web page to call a method via JavaScript.

Properties

Type Signature
MethodSecurity SecurityLevel
The required security level to execute the method via JavaScript.

Methods

Type Signature
Constructor MethodSecurityAttribute(MethodSecurity securityLevel)
Initialize the required security level.