AssemblyBuilder.SecurityRuleSet Vlastnost

Definice

Získá hodnotu, která označuje sadu pravidel zabezpečení common language runtime (CLR) vynucuje pro toto sestavení.

public:
 virtual property System::Security::SecurityRuleSet SecurityRuleSet { System::Security::SecurityRuleSet get(); };
public override System.Security.SecurityRuleSet SecurityRuleSet { get; }
member this.SecurityRuleSet : System.Security.SecurityRuleSet
Public Overrides ReadOnly Property SecurityRuleSet As SecurityRuleSet

Hodnota vlastnosti

Sada pravidel zabezpečení, kterou clr vynucuje pro toto dynamické sestavení.

Poznámky

Rozhraní .NET Framework 4 vždy vynucuje transparentnost úrovně 2 (SecurityRuleSet.Level2) pro dynamická sestavení, která generuje.

Platí pro