Specifies that an assembly cannot cause an elevation of privilege.
<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple := False, _ Inherited := False)> _ Public NotInheritable Class SecurityTransparentAttribute _ Inherits Attribute
Dim instance As SecurityTransparentAttribute
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)] public sealed class SecurityTransparentAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Assembly, AllowMultiple = false, Inherited = false)] public ref class SecurityTransparentAttribute sealed : public Attribute
public final class SecurityTransparentAttribute extends Attribute
Transparent assemblies can be accessed from partially trusted code and cannot expose access to any protected resources or functionality. Code in the assembly is not allowed to suppress code access security checks and cannot cause an elevation of privilege.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98