Identifies the nonpublic SecurityCriticalAttribute members that are accessible by transparent code within the assembly.
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := False, Inherited := False)> _ Public NotInheritable Class SecurityTreatAsSafeAttribute _ Inherits Attribute
Dim instance As SecurityTreatAsSafeAttribute
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = false, Inherited = false)] public sealed class SecurityTreatAsSafeAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::All, AllowMultiple = false, Inherited = false)] public ref class SecurityTreatAsSafeAttribute sealed : public Attribute
public final class SecurityTreatAsSafeAttribute extends Attribute
Types or members that are marked with the SecurityCriticalAttribute attribute and the SecurityTreatAsSafeAttribute attribute can be accessed by types and members within the assembly that are marked with the SecurityTransparentAttribute attribute.