Click or drag to resize

VGCRMMemberShipProviderCreateUser Method

Namespace:  Novalys.VisualGuard.Security.CRM
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public override MembershipUser CreateUser(
	string username,
	string password,
	string email,
	string passwordQuestion,
	string passwordAnswer,
	bool isApproved,
	Object providerUserKey,
	out MembershipCreateStatus status
)

Parameters

username
Type: SystemString
password
Type: SystemString
email
Type: SystemString
passwordQuestion
Type: SystemString
passwordAnswer
Type: SystemString
isApproved
Type: SystemBoolean
providerUserKey
Type: SystemObject
status
Type: System.Web.SecurityMembershipCreateStatus

Return Value

Type: MembershipUser
See Also