System.Tests.SecurityAttributeTests.InstantiateSecurityAttributes C# (CSharp) Method

InstantiateSecurityAttributes() private method

private InstantiateSecurityAttributes ( ) : void
return void
        public static void InstantiateSecurityAttributes()
        {
            var t = new SecurityTreatAsSafeAttribute();
            var u = new SecuritySafeCriticalAttribute();
            var v = new SecurityTransparentAttribute();
            var w = new SecurityCriticalAttribute();
            var x = new SuppressUnmanagedCodeSecurityAttribute();
            var y = new UnverifiableCodeAttribute();
            var z = new AllowPartiallyTrustedCallersAttribute();
        }