6 [AttributeUsage(
AttributeTargets.Assembly, AllowMultiple =
false, Inherited =
false)]
8 [__DynamicallyInvokable]
19 return _visibilityLevel;
23 _visibilityLevel = value;
28 [__DynamicallyInvokable]
Represents the base class for custom attributes.
Allows an assembly to be called by partially trusted code. Without this declaration,...
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
AllowPartiallyTrustedCallersAttribute()
Initializes a new instance of the T:System.Security.AllowPartiallyTrustedCallersAttribute class.
PartialTrustVisibilityLevel
Specifies the default partial-trust visibility for code that is marked with the T:System....