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 ... 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ...

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

 System.Web.Security.FormsAuthenticationTicket =
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =CookiePath 
 =Expiration 
 =Expired 
 =IsPersistent 
 =IssueDate 
 =Name 
 =UserData 
 =Version 

 System.Web.Security.FormsIdentity =
 =.ctor ()
 =AuthenticationType 
 =IsAuthenticated 
 =Name 
 =Ticket 

 System.Web.Security.DefaultAuthenticationEventArgs =
 =.ctor ()
 =Context 

 System.Web.Security.DefaultAuthenticationEventHandler =
 =.ctor ()
 =BeginInvoke (Object sender, DefaultAuthenticationEventArgs e, AsyncCallback callback, Object object)
 =EndInvoke (IAsyncResult result)
 =Invoke (Object sender, DefaultAuthenticationEventArgs e)

 System.Web.Security.Membership +
 +ValidatingPassword 
 +CreateUser (String username, String password)
 +CreateUser (String username, String password, String email)
 +CreateUser (String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, MembershipCreateStatus& status)
 +CreateUser (String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object providerUserKey, MembershipCreateStatus& status)
 +DeleteUser (String username)
 +DeleteUser (String username, Boolean deleteAllRelatedData)
 +FindUsersByEmail (String emailToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
 +FindUsersByEmail (String emailToMatch)
 +FindUsersByName (String usernameToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
 +FindUsersByName (String usernameToMatch)
 +GeneratePassword (Int32 length, Int32 numberOfNonAlphanumericCharacters)
 +GetAllUsers ()
 +GetAllUsers (Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
 +GetNumberOfUsersOnline ()
 +GetUser ()
 +GetUser (Boolean userIsOnline)
 +GetUser (String username)
 +GetUser (String username, Boolean userIsOnline)
 +GetUser (Object providerUserKey)
 +GetUser (Object providerUserKey, Boolean userIsOnline)
 +GetUserNameByEmail (String emailToMatch)
 +UpdateUser (MembershipUser user)
 +ValidateUser (String username, String password)
 +ApplicationName 
 +EnablePasswordReset 
 +EnablePasswordRetrieval 
 +HashAlgorithmType 
 +MaxInvalidPasswordAttempts 
 +MinRequiredNonAlphanumericCharacters 
 +MinRequiredPasswordLength 
 +PasswordAttemptWindow 
 +PasswordStrengthRegularExpression 
 +Provider 
 +Providers 
 +RequiresQuestionAndAnswer 
 +UserIsOnlineTimeWindow 

 System.Web.Security.MembershipCreateStatus +
 +DuplicateEmail 
 +DuplicateProviderUserKey 
 +DuplicateUserName 
 +InvalidAnswer 
 +InvalidEmail 
 +InvalidPassword 
 +InvalidProviderUserKey 
 +InvalidQuestion 
 +InvalidUserName 
 +ProviderError 
 +Success 
 +UserRejected 
 +value__ 

 System.Web.Security.MembershipProviderCollection +
 +.ctor ()
 +Add (ProviderBase provider)
 +CopyTo (MembershipProvider[] array, Int32 index)
 +Item [String name]

 System.Web.Security.MembershipUserCollection +
 +.ctor ()
 +Add (MembershipUser user)
 +Clear ()
 +CopyTo (MembershipUser[] array, Int32 index)
 +GetEnumerator ()
 +Remove (String name)
 +SetReadOnly ()
 +Count 
 +IsSynchronized 
 +Item [String name]
 +SyncRoot 

 System.Web.Security.MembershipCreateUserException +
 +.ctor ()
 +.ctor ()
 +.ctor ()
 +.ctor ()
 +GetObjectData (SerializationInfo info, StreamingContext context)
 +StatusCode 

 System.Web.Security.MembershipPasswordFormat +
 +Clear 
 +Encrypted 
 +Hashed 
 +value__ 

 System.Web.Security.MembershipPasswordException +
 +.ctor ()
 +.ctor ()
 +.ctor ()

 System.Web.Security.ValidatePasswordEventArgs +
 +.ctor ()
 +Cancel 
 +FailureInformation 
 +IsNewUser 
 +Password 
 +UserName 

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

Powered by Ricciolo