Comparazione classi Framework 1.1 - 2.0 RTM
Filtra
Tipo (maiuscole/minuscole):
Flag classe
Flag membro

Legenda

- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1

Namespace System.Web

Totale classi: 1418, di cui
  • 778 nuove
  • 989 modificate
  • 0 rimosse

Pagina ... 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ...

 System.Web.Security.MembershipProvider +
 +ValidatingPassword 
 +ChangePassword (String username, String oldPassword, String newPassword)
 +ChangePasswordQuestionAndAnswer (String username, String password, String newPasswordQuestion, String newPasswordAnswer)
 +CreateUser (String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object providerUserKey, MembershipCreateStatus& status)
 +DeleteUser (String username, Boolean deleteAllRelatedData)
 +FindUsersByEmail (String emailToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
 +FindUsersByName (String usernameToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
 +GetAllUsers (Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
 +GetNumberOfUsersOnline ()
 +GetPassword (String username, String answer)
 +GetUser (Object providerUserKey, Boolean userIsOnline)
 +GetUser (String username, Boolean userIsOnline)
 +GetUserNameByEmail (String email)
 +ResetPassword (String username, String answer)
 +UnlockUser (String userName)
 +UpdateUser (MembershipUser user)
 +ValidateUser (String username, String password)
 +ApplicationName 
 +EnablePasswordReset 
 +EnablePasswordRetrieval 
 +MaxInvalidPasswordAttempts 
 +MinRequiredNonAlphanumericCharacters 
 +MinRequiredPasswordLength 
 +PasswordAttemptWindow 
 +PasswordFormat 
 +PasswordStrengthRegularExpression 
 +RequiresQuestionAndAnswer 
 +RequiresUniqueEmail 

 System.Web.Security.ActiveDirectoryMembershipProvider +
 +.ctor ()
 +ChangePassword (String username, String oldPassword, String newPassword)
 +ChangePasswordQuestionAndAnswer (String username, String password, String newPasswordQuestion, String newPasswordAnswer)
 +CreateUser (String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object providerUserKey, MembershipCreateStatus& status)
 +DeleteUser (String username, Boolean deleteAllRelatedData)
 +FindUsersByEmail (String emailToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
 +FindUsersByName (String usernameToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
 +GeneratePassword ()
 +GetAllUsers (Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
 +GetNumberOfUsersOnline ()
 +GetPassword (String username, String passwordAnswer)
 +GetUser (Object providerUserKey, Boolean userIsOnline)
 +GetUser (String username, Boolean userIsOnline)
 +GetUserNameByEmail (String email)
 +Initialize (String name, NameValueCollection config)
 +ResetPassword (String username, String passwordAnswer)
 +UnlockUser (String username)
 +UpdateUser (MembershipUser user)
 +ValidateUser (String username, String password)
 +ApplicationName 
 +CurrentConnectionProtection 
 +EnablePasswordReset 
 +EnablePasswordRetrieval 
 +EnableSearchMethods 
 +MaxInvalidPasswordAttempts 
 +MinRequiredNonAlphanumericCharacters 
 +MinRequiredPasswordLength 
 +PasswordAnswerAttemptLockoutDuration 
 +PasswordAttemptWindow 
 +PasswordFormat 
 +PasswordStrengthRegularExpression 
 +RequiresQuestionAndAnswer 
 +RequiresUniqueEmail 

 System.Web.Security.MembershipUser +
 +.ctor ()
 +ChangePassword (String oldPassword, String newPassword)
 +ChangePasswordQuestionAndAnswer (String password, String newPasswordQuestion, String newPasswordAnswer)
 +GetPassword ()
 +GetPassword (String passwordAnswer)
 +ResetPassword (String passwordAnswer)
 +ResetPassword ()
 +ToString ()
 +UnlockUser ()
 +Comment 
 +CreationDate 
 +Email 
 +IsApproved 
 +IsLockedOut 
 +IsOnline 
 +LastActivityDate 
 +LastLockoutDate 
 +LastLoginDate 
 +LastPasswordChangedDate 
 +PasswordQuestion 
 +ProviderName 
 +ProviderUserKey 
 +UserName 

 System.Web.Security.ActiveDirectoryMembershipUser +
 +.ctor ()
 +Comment 
 +Email 
 +IsApproved 
 +LastActivityDate 
 +LastLoginDate 
 +ProviderUserKey 

 System.Web.Security.AnonymousIdentificationModule +
 +.ctor ()
 +Creating 
 +ClearAnonymousIdentifier ()
 +Dispose ()
 +Init (HttpApplication app)
 +Enabled 

 System.Web.Security.AnonymousIdentificationEventHandler +
 +.ctor ()
 +BeginInvoke (Object sender, AnonymousIdentificationEventArgs e, AsyncCallback callback, Object object)
 +EndInvoke (IAsyncResult result)
 +Invoke (Object sender, AnonymousIdentificationEventArgs e)

 System.Web.Security.AnonymousIdentificationEventArgs +
 +.ctor ()
 +AnonymousID 
 +Context 

 System.Web.Security.RoleProvider +
 +AddUsersToRoles (String[] usernames, String[] roleNames)
 +CreateRole (String roleName)
 +DeleteRole (String roleName, Boolean throwOnPopulatedRole)
 +FindUsersInRole (String roleName, String usernameToMatch)
 +GetAllRoles ()
 +GetRolesForUser (String username)
 +GetUsersInRole (String roleName)
 +IsUserInRole (String username, String roleName)
 +RemoveUsersFromRoles (String[] usernames, String[] roleNames)
 +RoleExists (String roleName)
 +ApplicationName 

 System.Web.Security.AuthorizationStoreRoleProvider +
 +.ctor ()
 +AddUsersToRoles (String[] usernames, String[] roleNames)
 +CreateRole (String roleName)
 +DeleteRole (String roleName, Boolean throwOnPopulatedRole)
 +FindUsersInRole (String roleName, String usernameToMatch)
 +GetAllRoles ()
 +GetRolesForUser (String username)
 +GetUsersInRole (String roleName)
 +Initialize (String name, NameValueCollection config)
 +IsUserInRole (String username, String roleName)
 +RemoveUsersFromRoles (String[] userNames, String[] roleNames)
 +RoleExists (String roleName)
 +ApplicationName 
 +CacheRefreshInterval 
 +ScopeName 

 System.Web.Security.DefaultAuthenticationModule =
 =.ctor ()
 =Authenticate 
 =Dispose ()
 =Init (HttpApplication app)

 System.Web.Security.CookieProtection +
 +All 
 +Encryption 
 +None 
 +Validation 
 +value__ 

 System.Web.Security.FileAuthorizationModule !=
 =.ctor ()
 -CheckFileAccessForUser (String virtualPath, IntPtr token, String verb)
 =Dispose ()
 =Init (HttpApplication app)

 System.Web.Security.FormsAuthentication !=
 =.ctor ()
 =Authenticate (String name, String password)
 =Decrypt (String encryptedTicket)
 =Encrypt (FormsAuthenticationTicket ticket)
 =GetAuthCookie (String userName, Boolean createPersistentCookie)
 =GetAuthCookie (String userName, Boolean createPersistentCookie, String strCookiePath)
 =GetRedirectUrl (String userName, Boolean createPersistentCookie)
 =HashPasswordForStoringInConfigFile (String password, String passwordFormat)
 =Initialize ()
 =RedirectFromLoginPage (String userName, Boolean createPersistentCookie)
 =RedirectFromLoginPage (String userName, Boolean createPersistentCookie, String strCookiePath)
 -RedirectToLoginPage ()
 -RedirectToLoginPage (String extraQueryString)
 =RenewTicketIfOld (FormsAuthenticationTicket tOld)
 =SetAuthCookie (String userName, Boolean createPersistentCookie)
 =SetAuthCookie (String userName, Boolean createPersistentCookie, String strCookiePath)
 =SignOut ()
 -CookieDomain 
 -CookieMode 
 -CookiesSupported 
 -DefaultUrl 
 -EnableCrossAppRedirects 
 =FormsCookieName 
 =FormsCookiePath 
 -LoginUrl 
 =RequireSSL 
 =SlidingExpiration 

 System.Web.Security.FormsAuthenticationEventArgs =
 =.ctor ()
 =Context 
 =User 

Powered by Ricciolo