Example #1
0
        //private string userRoles = string.Empty;

        public mojoPrincipal(IPrincipal innerPricipal)
        {
            this.innerPrincipal = innerPricipal;
            identity            = new mojoIdentity(this.innerPrincipal.Identity);
        }
Example #2
0
 //private string userRoles = string.Empty;
 public mojoPrincipal(IPrincipal innerPricipal)
 {
     this.innerPrincipal = innerPricipal;
     identity = new mojoIdentity(this.innerPrincipal.Identity);
 }