Click or drag to resize

VGSharePointMemberShipProvider Class

Inheritance Hierarchy

Namespace:  Novalys.VisualGuard.Security.SharePoint
Assembly:  Novalys.VisualGuard.Security.SharePoint (in Novalys.VisualGuard.Security.SharePoint.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public class VGSharePointMemberShipProvider : VGMemberShipProvider

The VGSharePointMemberShipProvider type exposes the following members.

Constructors
  NameDescription
Public methodVGSharePointMemberShipProvider
Initializes a new instance of the VGSharePointMemberShipProvider class
Top
Properties
  NameDescription
Public propertyDescription
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase.)
Public propertyName
Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase.)
Top
Methods
  NameDescription
Public methodChangePassword (Overrides VGMemberShipProvider.ChangePassword(String, String, String).)
Public methodChangePasswordQuestionAndAnswer (Overrides VGMemberShipProvider.ChangePasswordQuestionAndAnswer(String, String, String, String).)
Public methodCreateUser (Overrides VGMemberShipProvider.CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus).)
Protected methodDecryptPassword
Decrypts an encrypted password.
(Inherited from MembershipProvider.)
Public methodDeleteUser (Overrides VGMemberShipProvider.DeleteUser(String, Boolean).)
Protected methodEncryptPassword(Byte)
Encrypts a password.
(Inherited from MembershipProvider.)
Protected methodEncryptPassword(Byte, MembershipPasswordCompatibilityMode)
Encrypts the specified password using the specified password-compatibility mode.
(Inherited from MembershipProvider.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindUsersByEmail (Overrides VGMemberShipProvider.FindUsersByEmail(String, Int32, Int32, Int32).)
Public methodFindUsersByName (Overrides VGMemberShipProvider.FindUsersByName(String, Int32, Int32, Int32).)
Public methodGetAllUsers (Overrides VGMemberShipProvider.GetAllUsers(Int32, Int32, Int32).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNumberOfUsersOnline (Overrides VGMemberShipProvider.GetNumberOfUsersOnline.)
Public methodGetPassword (Overrides VGMemberShipProvider.GetPassword(String, String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUser(Object, Boolean) (Overrides VGMemberShipProvider.GetUser(Object, Boolean).)
Public methodGetUser(String, Boolean) (Overrides VGMemberShipProvider.GetUser(String, Boolean).)
Public methodGetUserNameByEmail (Overrides VGMemberShipProvider.GetUserNameByEmail(String).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnValidatingPassword
Raises the ValidatingPassword event if an event handler has been defined.
(Inherited from MembershipProvider.)
Public methodResetPassword (Overrides VGMemberShipProvider.ResetPassword(String, String).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnlockUser (Overrides VGMemberShipProvider.UnlockUser(String).)
Public methodUpdateUser (Overrides VGMemberShipProvider.UpdateUser(MembershipUser).)
Public methodValidateUser (Overrides VGMemberShipProvider.ValidateUser(String, String).)
Top
Events
  NameDescription
Public eventValidatingPassword
Occurs when a user is created, a password is changed, or a password is reset.
(Inherited from MembershipProvider.)
Top
See Also