ClientFormsAuthenticationMembershipProvider.UnlockUser(String) 方法

定义

此类未使用此方法。

public:
 override bool UnlockUser(System::String ^ username);
public override bool UnlockUser (string username);
override this.UnlockUser : string -> bool
Public Overrides Function UnlockUser (username As String) As Boolean

参数

username
String

未使用。

返回

Boolean

不适用。 此方法总是引发异常。

例外

始终引发。

注解

不能使用 ClientFormsAuthenticationMembershipProvider 类创建、删除或修改用户信息。

适用于

另请参阅