.NET Framework Class Library
ClientFormsAuthenticationMembershipProvider Members

Enables forms authentication with client application services.

The ClientFormsAuthenticationMembershipProvider type exposes the following members.

Constructors

  NameDescription
Public methodClientFormsAuthenticationMembershipProviderInitializes a new instance of the ClientFormsAuthenticationMembershipProvider class.
Top
Methods

  NameDescription
Public methodChangePasswordThis method is not used by this class. (Overrides MembershipProvider..::.ChangePassword(String, String, String).)
Public methodChangePasswordQuestionAndAnswerThis method is not used by this class. (Overrides MembershipProvider..::.ChangePasswordQuestionAndAnswer(String, String, String, String).)
Public methodCreateUserThis method is not used by this class. (Overrides MembershipProvider..::.CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus%).)
Protected methodDecryptPasswordDecrypts an encrypted password. (Inherited from MembershipProvider.)
Public methodDeleteUserThis method is not used by this class. (Overrides MembershipProvider..::.DeleteUser(String, Boolean).)
Protected methodEncryptPasswordEncrypts a password. (Inherited from MembershipProvider.)
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodFindUsersByEmailThis method is not used by this class. (Overrides MembershipProvider..::.FindUsersByEmail(String, Int32, Int32, Int32%).)
Public methodFindUsersByNameThis method is not used by this class. (Overrides MembershipProvider..::.FindUsersByName(String, Int32, Int32, Int32%).)
Public methodGetAllUsersThis method is not used by this class. (Overrides MembershipProvider..::.GetAllUsers(Int32, Int32, Int32%).)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetNumberOfUsersOnlineThis method is not used by this class. (Overrides MembershipProvider..::.GetNumberOfUsersOnline()()().)
Public methodGetPasswordThis method is not used by this class. (Overrides MembershipProvider..::.GetPassword(String, String).)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodGetUserOverloaded. This method is not used by this class.
Public methodGetUserNameByEmailThis method is not used by this class. (Overrides MembershipProvider..::.GetUserNameByEmail(String).)
Public methodInitializeInitializes the provider. (Overrides ProviderBase..::.Initialize(String, NameValueCollection).)
Public methodLogoutLogs out the user.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Protected methodOnValidatingPasswordRaises the ValidatingPassword event if an event handler has been defined. (Inherited from MembershipProvider.)
Public methodResetPasswordThis method is not used by this class. (Overrides MembershipProvider..::.ResetPassword(String, String).)
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Public methodUnlockUserThis method is not used by this class. (Overrides MembershipProvider..::.UnlockUser(String).)
Public methodUpdateUserThis method is not used by this class. (Overrides MembershipProvider..::.UpdateUser(MembershipUser).)
Public methodStatic memberValidateUserOverloaded. Authenticates a user by using the specified credentials.
Top
Properties

  NameDescription
Public propertyApplicationNameThis property is not used by this class. (Overrides MembershipProvider..::.ApplicationName.)
Public propertyDescriptionGets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from ProviderBase.)
Public propertyEnablePasswordResetThis property is not used by this class. (Overrides MembershipProvider..::.EnablePasswordReset.)
Public propertyEnablePasswordRetrievalThis property is not used by this class. (Overrides MembershipProvider..::.EnablePasswordRetrieval.)
Public propertyMaxInvalidPasswordAttemptsThis property is not used by this class. (Overrides MembershipProvider..::.MaxInvalidPasswordAttempts.)
Public propertyMinRequiredNonAlphanumericCharactersThis property is not used by this class. (Overrides MembershipProvider..::.MinRequiredNonAlphanumericCharacters.)
Public propertyMinRequiredPasswordLengthThis property is not used by this class. (Overrides MembershipProvider..::.MinRequiredPasswordLength.)
Public propertyNameGets the friendly name used to refer to the provider during configuration. (Inherited from ProviderBase.)
Public propertyPasswordAttemptWindowThis property is not used by this class. (Overrides MembershipProvider..::.PasswordAttemptWindow.)
Public propertyPasswordFormatThis property is not used by this class. (Overrides MembershipProvider..::.PasswordFormat.)
Public propertyPasswordStrengthRegularExpressionThis property is not used by this class. (Overrides MembershipProvider..::.PasswordStrengthRegularExpression.)
Public propertyRequiresQuestionAndAnswerThis property is not used by this class. (Overrides MembershipProvider..::.RequiresQuestionAndAnswer.)
Public propertyRequiresUniqueEmailThis property is not used by this class. (Overrides MembershipProvider..::.RequiresUniqueEmail.)
Public propertyServiceUriGets or sets the URI of the authentication service.
Top
Events

  NameDescription
Public eventUserValidatedOccurs when the user is validated.
Public eventValidatingPasswordOccurs when a user is created, a password is changed, or a password is reset. (Inherited from MembershipProvider.)
Top
See Also

Reference

Tags :


Page view tracker