Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/09/10 12:20:14 (14 years ago)
Author:
gschwarz
Message:

#1198 Authentication implemented with GetDateTimeString only for User: Gerhard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/Administration/Views/DefaultViewPresenter.cs

    r4478 r4585  
    44using Microsoft.Practices.ObjectBuilder;
    55using Microsoft.Practices.CompositeWeb;
     6using System.Security.Permissions;
    67
    78namespace OKB.Administration.Views
     
    1516            this._controller = controller;
    1617        }
    17 
     18        [PrincipalPermission(SecurityAction.Demand, Name = "Gerhard")]
    1819        public string GetDateTimeString()
    1920        {
Note: See TracChangeset for help on using the changeset viewer.