ManagementAuthenticationProvider.CreateUser(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, creates an IIS Manager user.
public:
abstract Microsoft::Web::Management::Server::ManagementUserInfo ^ CreateUser(System::String ^ userName, System::String ^ password);
public abstract Microsoft.Web.Management.Server.ManagementUserInfo CreateUser (string userName, string password);
abstract member CreateUser : string * string -> Microsoft.Web.Management.Server.ManagementUserInfo
Public MustOverride Function CreateUser (userName As String, password As String) As ManagementUserInfo
Parameters
- userName
- String
The user name.
- password
- String
The password.
Returns
A ManagementUserInfo object.