Пример #1
0
 /// <summary>
 /// set is authenicated property
 /// </summary>
 /// <param name="userprofile"></param>
 private void SetIsAuthenticated(IBasicUserLoginRadiusUserProfile userprofile)
 {
     if (!String.IsNullOrEmpty(userprofile.ID))
     {
         IsAuthenticated = true;
     }
     else
     {
         IsAuthenticated = false;
     }
 }
Пример #2
0
 /// <summary>
 /// set isAuthenicated property
 /// </summary>
 /// <param name="userprofile"></param>
 private void SetIsAuthenticated(IBasicUserLoginRadiusUserProfile userprofile)
 {
     if (!String.IsNullOrEmpty(userprofile.ID)) {
         IsAuthenticated = true;
     }
     else {
         IsAuthenticated = false;
     }
 }