Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
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 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ...
System.Web.Security.FormsAuthenticationEventHandler = | ||
---|---|---|
= | .ctor () | |
= | BeginInvoke (Object sender, FormsAuthenticationEventArgs e, AsyncCallback callback, Object object) | |
= | EndInvoke (IAsyncResult result) | |
= | Invoke (Object sender, FormsAuthenticationEventArgs e) |
System.Web.Security.FormsAuthenticationModule = | ||
---|---|---|
= | .ctor () | |
= | Authenticate | |
= | Dispose () | |
= | Init (HttpApplication app) |
System.Web.Security.FormsAuthentication != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | Authenticate (String name, String password) | |
= | Authenticate (String name, String password) | |
= | Decrypt (String encryptedTicket) | |
= | Decrypt (String encryptedTicket) | |
= | Encrypt (FormsAuthenticationTicket ticket) | |
= | Encrypt (FormsAuthenticationTicket ticket) | |
= | GetAuthCookie (String userName, Boolean createPersistentCookie) | |
= | GetAuthCookie (String userName, Boolean createPersistentCookie, String strCookiePath) | |
= | GetAuthCookie (String userName, Boolean createPersistentCookie) | |
= | GetAuthCookie (String userName, Boolean createPersistentCookie, String strCookiePath) | |
= | GetRedirectUrl (String userName, Boolean createPersistentCookie) | |
= | GetRedirectUrl (String userName, Boolean createPersistentCookie) | |
= | HashPasswordForStoringInConfigFile (String password, String passwordFormat) | |
= | HashPasswordForStoringInConfigFile (String password, String passwordFormat) | |
= | Initialize () | |
= | Initialize () | |
= | RedirectFromLoginPage (String userName, Boolean createPersistentCookie) | |
= | RedirectFromLoginPage (String userName, Boolean createPersistentCookie, String strCookiePath) | |
= | RedirectFromLoginPage (String userName, Boolean createPersistentCookie) | |
= | RedirectFromLoginPage (String userName, Boolean createPersistentCookie, String strCookiePath) | |
+ | RedirectToLoginPage () | |
+ | RedirectToLoginPage (String extraQueryString) | |
= | RenewTicketIfOld (FormsAuthenticationTicket tOld) | |
= | RenewTicketIfOld (FormsAuthenticationTicket tOld) | |
= | SetAuthCookie (String userName, Boolean createPersistentCookie) | |
= | SetAuthCookie (String userName, Boolean createPersistentCookie, String strCookiePath) | |
= | SetAuthCookie (String userName, Boolean createPersistentCookie) | |
= | SetAuthCookie (String userName, Boolean createPersistentCookie, String strCookiePath) | |
= | SignOut () | |
= | SignOut () | |
+ | CookieDomain | |
+ | CookieMode | |
+ | CookiesSupported | |
+ | DefaultUrl | |
+ | EnableCrossAppRedirects | |
= | FormsCookieName | |
= | FormsCookieName | |
= | FormsCookiePath | |
= | FormsCookiePath | |
+ | LoginUrl | |
= | RequireSSL | |
= | RequireSSL | |
= | SlidingExpiration | |
= | SlidingExpiration |
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.PassportAuthenticationModule = | ||
---|---|---|
= | .ctor () | |
= | Authenticate | |
= | Dispose () | |
= | Init (HttpApplication app) |
System.Web.Security.PassportAuthenticationEventArgs = | ||
---|---|---|
= | .ctor () | |
= | Context | |
= | Identity | |
= | User |
System.Web.Security.PassportAuthenticationEventHandler = | ||
---|---|---|
= | .ctor () | |
= | BeginInvoke (Object sender, PassportAuthenticationEventArgs e, AsyncCallback callback, Object object) | |
= | EndInvoke (IAsyncResult result) | |
= | Invoke (Object sender, PassportAuthenticationEventArgs e) |
System.Web.Security.PassportIdentity = | ||
---|---|---|
= | .ctor () | |
= | AuthUrl () | |
= | AuthUrl (String strReturnUrl) | |
= | AuthUrl (String strReturnUrl, Int32 iTimeWindow, Boolean fForceLogin, String strCoBrandedArgs, Int32 iLangID, String strNameSpace, Int32 iKPP, Boolean bUseSecureAuth) | |
= | AuthUrl (String strReturnUrl, Int32 iTimeWindow, Int32 iForceLogin, String strCoBrandedArgs, Int32 iLangID, String strNameSpace, Int32 iKPP, Int32 iUseSecureAuth) | |
= | AuthUrl2 () | |
= | AuthUrl2 (String strReturnUrl) | |
= | AuthUrl2 (String strReturnUrl, Int32 iTimeWindow, Boolean fForceLogin, String strCoBrandedArgs, Int32 iLangID, String strNameSpace, Int32 iKPP, Boolean bUseSecureAuth) | |
= | AuthUrl2 (String strReturnUrl, Int32 iTimeWindow, Int32 iForceLogin, String strCoBrandedArgs, Int32 iLangID, String strNameSpace, Int32 iKPP, Int32 iUseSecureAuth) | |
= | Compress (String strData) | |
= | CryptIsValid () | |
= | CryptPutHost (String strHost) | |
= | CryptPutSite (String strSite) | |
= | Decompress (String strData) | |
= | Decrypt (String strData) | |
= | Encrypt (String strData) | |
= | GetCurrentConfig (String strAttribute) | |
= | GetDomainAttribute (String strAttribute, Int32 iLCID, String strDomain) | |
= | GetDomainFromMemberName (String strMemberName) | |
= | GetIsAuthenticated (Int32 iTimeWindow, Boolean bForceLogin, Boolean bCheckSecure) | |
= | GetIsAuthenticated (Int32 iTimeWindow, Int32 iForceLogin, Int32 iCheckSecure) | |
= | GetLoginChallenge () | |
= | GetLoginChallenge (String strReturnUrl) | |
= | GetLoginChallenge (String szRetURL, Int32 iTimeWindow, Int32 fForceLogin, String szCOBrandArgs, Int32 iLangID, String strNameSpace, Int32 iKPP, Int32 iUseSecureAuth, Object oExtraParams) | |
= | GetOption (String strOpt) | |
= | GetProfileObject (String strProfileName) | |
= | HasFlag (Int32 iFlagMask) | |
= | HasProfile (String strProfile) | |
= | HaveConsent (Boolean bNeedFullConsent, Boolean bNeedBirthdate) | |
= | LoginUser (String szRetURL, Int32 iTimeWindow, Boolean fForceLogin, String szCOBrandArgs, Int32 iLangID, String strNameSpace, Int32 iKPP, Boolean fUseSecureAuth, Object oExtraParams) | |
= | LoginUser (String szRetURL, Int32 iTimeWindow, Int32 fForceLogin, String szCOBrandArgs, Int32 iLangID, String strNameSpace, Int32 iKPP, Int32 iUseSecureAuth, Object oExtraParams) | |
= | LoginUser () | |
= | LoginUser (String strReturnUrl) | |
= | LogoTag () | |
= | LogoTag (String strReturnUrl) | |
= | LogoTag (String strReturnUrl, Int32 iTimeWindow, Boolean fForceLogin, String strCoBrandedArgs, Int32 iLangID, Boolean fSecure, String strNameSpace, Int32 iKPP, Boolean bUseSecureAuth) | |
= | LogoTag (String strReturnUrl, Int32 iTimeWindow, Int32 iForceLogin, String strCoBrandedArgs, Int32 iLangID, Int32 iSecure, String strNameSpace, Int32 iKPP, Int32 iUseSecureAuth) | |
= | LogoTag2 () | |
= | LogoTag2 (String strReturnUrl) | |
= | LogoTag2 (String strReturnUrl, Int32 iTimeWindow, Boolean fForceLogin, String strCoBrandedArgs, Int32 iLangID, Boolean fSecure, String strNameSpace, Int32 iKPP, Boolean bUseSecureAuth) | |
= | LogoTag2 (String strReturnUrl, Int32 iTimeWindow, Int32 iForceLogin, String strCoBrandedArgs, Int32 iLangID, Int32 iSecure, String strNameSpace, Int32 iKPP, Int32 iUseSecureAuth) | |
= | LogoutURL () | |
= | LogoutURL (String szReturnURL, String szCOBrandArgs, Int32 iLangID, String strDomain, Int32 iUseSecureAuth) | |
= | SetOption (String strOpt, Object vOpt) | |
= | SignOut (String strSignOutDotGifFileName) | |
= | Ticket (String strAttribute) | |
= | AuthenticationType | |
= | Error | |
= | GetFromNetworkServer | |
= | HasSavedPassword | |
= | HasTicket | |
= | HexPUID | |
= | IsAuthenticated | |
= | Item [String strProfileName] | |
= | Name | |
= | TicketAge | |
= | TimeSinceSignIn |
System.Web.Security.UrlAuthorizationModule != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
+ | CheckUrlAccessForPrincipal (String virtualPath, IPrincipal user, String verb) | |
= | Dispose () | |
= | Dispose () | |
= | Init (HttpApplication app) | |
= | Init (HttpApplication app) |
System.Web.Security.WindowsAuthenticationEventArgs = | ||
---|---|---|
= | .ctor () | |
= | Context | |
= | Identity | |
= | User |
System.Web.Security.WindowsAuthenticationEventHandler = | ||
---|---|---|
= | .ctor () | |
= | BeginInvoke (Object sender, WindowsAuthenticationEventArgs e, AsyncCallback callback, Object object) | |
= | EndInvoke (IAsyncResult result) | |
= | Invoke (Object sender, WindowsAuthenticationEventArgs e) |
Powered by Ricciolo