The VGMembershipInstance type exposes the following members.

Methods

  NameDescription
Public methodAddActiveDirectoryGroup
Public methodAddActiveDirectoryUser
Public methodAddDBUser(VGDBUser, VGMembershipCreateStatus%)
Public methodAddDBUser(VGDBUser, VGGroup, VGMembershipCreateStatus%)
Public methodAddFederatedUser(VGAdfsServer, String, String, VGMembershipCreateStatus%)
Public methodAddFederatedUser(VGAdfsServer, String, String, VGGroup, VGMembershipCreateStatus%)
Public methodAddWindowsAccount(NTAccount)
Adds a new windows account to the Visual Guard repository.
Public methodAddWindowsAccount(NTAccount, Guid)
Adds a new windows account to the Visual Guard repository.
Public methodAddWindowsAccount(NTAccount, VGGroup, VGMembershipCreateStatus%)
Public methodAddWindowsAccount(NTAccount, Guid, VGMembershipCreateStatus%) Obsolete.
Adds a new windows account to the Visual Guard repository.
Public methodApproveUser(String) Obsolete.
Approved a user.
Public methodApproveUser(VGMembershipUser)
Public methodChangePassword(String, String, String)
Updates the password for the membership user in the Visual Guard repository.
Public methodChangePassword(String, String, String, String)
Change password only for Visual-Guard User
Public methodChangePassword(VGICredential, String, String, String)
Changes password.
Public methodChangePassword(VGMembershipUser, String, String, String)
Public methodChangePasswordByAnswer(String, String, String, String)
Change password by answer, works only for Visual Guard User
Public methodChangePasswordByAnswer(VGICredential, String, String, String)
Public methodChangePasswordByAnswer(VGMembershipUser, String, String, String)
Public methodChangePasswordQuestionAndAnswer(String, String, String) Obsolete.
Updates the password question and answer for the membership user in the Visual Guard repository
Public methodChangePasswordQuestionAndAnswer(VGMembershipUser, String, String)
Public methodChangePasswordQuestionAndAnswer(String, String, String, String)
Updates the password question and answer for the membership user in the Visual Guard repository
Public methodCreateCustomUser(VGClaimSet, VGMembershipCreateStatus%)
Public methodCreateCustomUser(VGClaimSet, VGGroup, VGMembershipCreateStatus%)
Public methodCreateUser(String, String)
Adds a new user to the Visual Guard repository.
Public methodCreateUser(String, String, String)
Adds a new user to the Visual Guard repository.
Public methodCreateUser(String, String, String, Guid)
Adds a new user to the Visual Guard repository.
Public methodCreateUser(String, String, String, String, String, Boolean, String, VGMembershipCreateStatus%)
Adds a new user to the Visual Guard repository.
Public methodCreateUser(String, String, String, String, String, Boolean, String, String, String, VGMembershipCreateStatus%)
Adds a new user to the Visual Guard repository.
Public methodCreateUser(String, String, String, String, String, Boolean, String, String, String, Boolean, Guid, VGMembershipCreateStatus%)
Adds a new user to the Visual Guard repository.
Public methodCreateUserForCurrentApplication
Adds a new user to the Visual Guard repository for a current application.
Public methodDeleteUser(String) Obsolete.
Deletes a user from the repository.
Public methodDeleteUser(VGMembershipUser)
Public methodDeleteUser(String, Boolean) Obsolete.
Deletes a user from the repository.
Public methodDeleteUser(VGMembershipUser, Boolean)
Public methodDeleteUserById Obsolete.
Deletes a user specified by its repository id from the repository.
Public methodDeleteWindowsAccount(NTAccount)
Deletes a windows account from the repository.
Public methodDeleteWindowsAccount(NTAccount, Boolean)
Deletes a windows account from the repository.
Public methodDisapproveUser(String)
Disappove a user
Public methodDisapproveUser(VGMembershipUser)
Public methodDuplicateDBUser
Public methodDuplicateVGUser
Public methodDuplicateWindowAccountUser
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindUsersByAuthenticationMode(VGAuthenticationMode)
Gets a collection of membership users where the user authentication mode contains the specified user authentication mode to match.
Public methodFindUsersByAuthenticationMode(String, Int32, Int32, Int32%)
Public methodFindUsersByAuthenticationMode(VGAuthenticationMode, Int32, Int32, Int32%)
Gets a collection of membership users where the user authentication mode contains the specified user authentication mode to match.
Public methodFindUsersByEmail(String)
Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.
Public methodFindUsersByEmail(String, Int32, Int32, Int32%)
Gets a collection of membership users, in a page of data, where the e-mail address contains the specified e-mail address to match.
Public methodFindUsersByFirstName(String)
Gets a collection of membership users where the first name contains the specified name to match.
Public methodFindUsersByFirstName(String, Int32, Int32, Int32%)
Gets a collection of membership users where the first name contains the specified name to match.
Public methodFindUsersByLastName(String)
Gets a collection of membership users where the last name contains the specified name to match.
Public methodFindUsersByLastName(String, Int32, Int32, Int32%)
Gets a collection of membership users where the last name contains the specified name to match.
Public methodFindUsersByName(String)
Gets a collection of membership users where the user name contains the specified user name to match.
Public methodFindUsersByName(String, Guid)
Gets a collection of membership users where the user name contains the specified user name to match.
Public methodFindUsersByName(String, Int32, Int32, Int32%)
Gets a collection of membership users where the user name contains the specified user name to match.
Public methodFindUsersByName(String, Int32, Int32, Int32%, Guid)
Gets a collection of membership users where the user name contains the specified user name to match.
Public methodFindUsersByProfileAttributeValue(Guid, Object)
Public methodFindUsersByProfileAttributeValue(VGProfileAttribute, Object)
Public methodFindUsersByProfileAttributeValue(Guid, Object, Object)
Public methodFindUsersByProfileAttributeValue(VGProfileAttribute, Object, Object)
Public methodFindUsersByProfileAttributeValue(Guid, Object, Int32, Int32, Int32%)
Public methodFindUsersByProfileAttributeValue(VGProfileAttribute, Object, Int32, Int32, Int32%)
Public methodFindUsersByProfileAttributeValue(Guid, Object, Object, Int32, Int32, Int32%)
Public methodFindUsersByProfileAttributeValue(VGProfileAttribute, Object, Object, Int32, Int32, Int32%)
Public methodFindUsersByState(VGMemberShipUserState)
Gets a collection of membership users where the user state is Locked / Unlocked or Approved / UnApproved.
Public methodFindUsersByState(VGMemberShipUserState, Int32, Int32, Int32%)
Gets a collection of membership users where the user state is Locked / Unlocked or Approved / UnApproved.
Public methodFindUsersInAdfsServer
Public methodFindUsersInApplication(Guid)
Gets a collection of membership users where the application name contains the specified application name to match.
Public methodFindUsersInApplication(Guid, Int32, Int32, Int32%)
Public methodFindUsersInApplication(VGApplication, Int32, Int32, Int32%)
Public methodFindUsersWithoutApplications()()()()
Gets a collection of membership users where the user is without applications.
Public methodFindUsersWithoutApplications(Int32, Int32, Int32%)
Gets a collection of membership users where the user is without applications.
Public methodFindUsersWithoutApplications(VGApplication, Int32, Int32, Int32%)
Public methodForcePassword(VGMembershipUser, String)
Public methodForcePassword(VGMembershipUser, String%)
Public methodGetAllAuthenticationModeUsed
Public methodGetAllIdentitiesModulesUsed
Public methodGetAllUsers()()()()
Gets a collection of all the users in the repository.
Public methodGetAllUsers(Int32, Int32, Int32%)
Gets a collection of all the users in the repository in pages of data.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPasswordQuestion(VGICredential)
Public methodGetPasswordQuestion(VGMembershipUser)
Public methodGetPasswordQuestion(String, VGAuthenticationMode)
Public methodGetPrincipalCount()()()()
Public methodGetPrincipalCount(String)
Public methodGetRecentUsers
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUser()()()()
Gets the information from the repository and updates the last-activity date/time stamp for the current logged-on membership user.
Public methodGetUser(String)
Gets the information from the repository for the specified membership user.
Public methodGetUser(String, VGAuthenticationMode)
Gets the information from the repository for the specified membership user with the specified authenication mode.
Public methodGetUserByEmail
Public methodGetUserById Obsolete.
Gets the information from the repository for the user identified by the specified Visual Guard repository id.
Public methodGetUserIdByEmail
Gets the repository id of a user where the e-mail address matches the specified e-mail address.
Public methodGetUserNameByEmail
Gets a user name where the e-mail address for the user matches the specified e-mail address.
Public methodGetWindowsAccount
Gets the information from the repository for the specified Windows account.
Public methodGrantMembershipPermission(String) Obsolete.
Grants the permission to use the Membership API to edit, create, delete or assign role to users for the current application
Public methodGrantMembershipPermission(VGMembershipUser)
Public methodGrantMembershipPermission(String, Guid) Obsolete.
Grants the permission to use the Membership API to edit, create, delete or assign role to users for the current application
Public methodGrantMembershipPermission(VGMembershipUser, VGApplication)
Public methodLockUser(String) Obsolete.
Clears the user's unlocked-out status so that the membership user can be validated.
Public methodLockUser(VGMembershipUser)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetPassword(String)
Public methodResetPassword(VGMembershipUser, String)
Public methodResetPassword(VGMembershipUser, String, VGPasswordModificationStatus%)
Public methodRevokeMembershipPermission(String) Obsolete.
Revokes the permission to use the Membership API to edit, create, delete or assign role to users for the current application
Public methodRevokeMembershipPermission(VGMembershipUser)
Revokes the permission to use the Membership API to edit, create, delete or assign role to users for the current application
Public methodRevokeMembershipPermission(String, Guid) Obsolete.
Revokes the permission to use the Membership API to edit, create, delete or assign role to users for the current application
Public methodRevokeMembershipPermission(VGMembershipUser, VGApplication)
Revokes the permission to use the Membership API to edit, create, delete or assign role to users for the current application
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUnlockUser(String)
Clears the user's locked-out status so that the membership user can be validated.
Public methodUnlockUser(VGMembershipUser)
Public methodUpdateUser
Updates the repository with the information for the specified user.
Public methodValidateUser
Verifies that the supplied user name and password are valid.

See Also