Méthode | Description | |
---|---|---|
Createaspnet_Membership ( global applicationId, global userId, global password, global passwordFormat, global passwordSalt, global isApproved, global isLockedOut, global createDate, global lastLoginDate, global lastPasswordChangedDate, global lastLockoutDate, global failedPasswordAttemptCount, global failedPasswordAttemptWindowStart, global failedPasswordAnswerAttemptCount, global failedPasswordAnswerAttemptWindowStart ) : |
Create a new aspnet_Membership object.
|
public static Createaspnet_Membership ( global applicationId, global userId, global password, global passwordFormat, global passwordSalt, global isApproved, global isLockedOut, global createDate, global lastLoginDate, global lastPasswordChangedDate, global lastLockoutDate, global failedPasswordAttemptCount, global failedPasswordAttemptWindowStart, global failedPasswordAnswerAttemptCount, global failedPasswordAnswerAttemptWindowStart ) : |
||
applicationId | global | Initial value of the ApplicationId property. |
userId | global | Initial value of the UserId property. |
password | global | Initial value of the Password property. |
passwordFormat | global | Initial value of the PasswordFormat property. |
passwordSalt | global | Initial value of the PasswordSalt property. |
isApproved | global | Initial value of the IsApproved property. |
isLockedOut | global | Initial value of the IsLockedOut property. |
createDate | global | Initial value of the CreateDate property. |
lastLoginDate | global | Initial value of the LastLoginDate property. |
lastPasswordChangedDate | global | Initial value of the LastPasswordChangedDate property. |
lastLockoutDate | global | Initial value of the LastLockoutDate property. |
failedPasswordAttemptCount | global | Initial value of the FailedPasswordAttemptCount property. |
failedPasswordAttemptWindowStart | global | Initial value of the FailedPasswordAttemptWindowStart property. |
failedPasswordAnswerAttemptCount | global | Initial value of the FailedPasswordAnswerAttemptCount property. |
failedPasswordAnswerAttemptWindowStart | global | Initial value of the FailedPasswordAnswerAttemptWindowStart property. |
Résultat |