Example #1
0
        // Helpers:  For nicer types (VB-like syntax).

        /// <include file='doc\SecurityUtil.uex' path='docs/doc[@for="SecurityCallContext.IsCallerInRole"]/*' />
        public bool IsCallerInRole(String role)
        {
            return(_ex.IsCallerInRole(role));
        }