Gets a value that indicates which set of security rules the common language runtime (CLR) enforces for this assembly.
Assembly: mscorlib (in mscorlib.dll)
Syntax . . :: . SecurityRuleSet
The security rule set that the CLR enforces for this assembly.
Public Overridable ReadOnly Property SecurityRuleSet As SecurityRuleSet
Getpublic virtual SecurityRuleSet SecurityRuleSet { get; }public:
virtual property SecurityRuleSet SecurityRuleSet {
SecurityRuleSet get ();
}abstract SecurityRuleSet : SecurityRuleSet
override SecurityRuleSet : SecurityRuleSetProperty Value
Type: System.SecurityThe security rule set that the CLR enforces for this assembly.
Remarks
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.