System.Security.SecurityRulesAttribute.SkipVerificationInFullTrust Property

Determines whether fully trusted transparent code should skip Microsoft intermediate language (MSIL) verification.

Syntax

public bool SkipVerificationInFullTrust { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This property should be used only for optimization, because security guarantees made for transparent code cannot be enforced if the code is unverifiable.

If you use this property to skip MSIL verification for an assembly, use the transparent option in the PEVerify tool to statically verify that the assembly's transparent code meets type safety requirements.

Requirements

Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0