ClientFormsAuthenticationMembershipProvider.CreateUser 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类未使用此方法。
public:
override System::Web::Security::MembershipUser ^ CreateUser(System::String ^ username, System::String ^ password, System::String ^ email, System::String ^ passwordQuestion, System::String ^ passwordAnswer, bool isApproved, System::Object ^ providerUserKey, [Runtime::InteropServices::Out] System::Web::Security::MembershipCreateStatus % status);
public override System.Web.Security.MembershipUser CreateUser (string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey, out System.Web.Security.MembershipCreateStatus status);
override this.CreateUser : string * string * string * string * string * bool * obj * MembershipCreateStatus -> System.Web.Security.MembershipUser
Public Overrides Function CreateUser (username As String, password As String, email As String, passwordQuestion As String, passwordAnswer As String, isApproved As Boolean, providerUserKey As Object, ByRef status As MembershipCreateStatus) As MembershipUser
参数
- username
- String
未使用。
- password
- String
未使用。
- String
未使用。
- passwordQuestion
- String
未使用。
- passwordAnswer
- String
未使用。
- isApproved
- Boolean
未使用。
- providerUserKey
- Object
未使用。
- status
- MembershipCreateStatus
未使用。
返回
不适用。 此方法总是引发异常。
例外
始终引发。
注解
不能使用 ClientFormsAuthenticationMembershipProvider 类创建、删除或修改用户信息。