ClientWindowsAuthenticationMembershipProvider.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

未使用。

返回

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

例外

始终引发。

适用于

另请参阅