ManagementAuthenticationProvider.GetUser(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, returns information about an IIS Manager user.
public:
abstract Microsoft::Web::Management::Server::ManagementUserInfo ^ GetUser(System::String ^ userName);
public abstract Microsoft.Web.Management.Server.ManagementUserInfo GetUser (string userName);
abstract member GetUser : string -> Microsoft.Web.Management.Server.ManagementUserInfo
Public MustOverride Function GetUser (userName As String) As ManagementUserInfo
Parameters
- userName
- String
The user name.
Returns
A ManagementUserInfo object.