Beispiel #1
0
        internal static void RevertAssertAllPossible()
        {
            SecurityRuntime isr = SecurityManager.GetSecurityRuntime();

            if (isr != null)
            {
                StackCrawlMark stackMark = StackCrawlMark.LookForMyCaller;
                isr.RevertAssertAllPossible(ref stackMark);
            }
        }