mscorlib(4.0.0.0) API with additions
IContextAttribute.cs
3 using System.Security;
4 
6 {
8  [ComVisible(true)]
9  public interface IContextAttribute
10  {
16  [SecurityCritical]
18 
21  [SecurityCritical]
23  }
24 }
Represents the construction call request of an object.
Definition: __Canon.cs:3
bool IsContextOK(Context ctx, IConstructionCallMessage msg)
Returns a Boolean value indicating whether the specified context meets the context attribute's requir...
Defines an environment for the objects that are resident inside it and for which a policy can be enfo...
Definition: Context.cs:14
void GetPropertiesForNewContext(IConstructionCallMessage msg)
Returns context properties to the caller in the given message.