TryParseLogonUser(string logonUser) Method
Syntax
public
virtual
IUserDirectoryUser TryParseLogonUser(string logonUser)
Parameters
- logonUser
- Type: string
The LOGON_USER server variable value.
Returns
A corresponding IUserDirectoryUser for the specified user name,
if the user was found in the directory and this directory supports integrated authentication; otherwise null (Nothing in Visual Basic).
Exceptions
System.ArgumentNullException
|
logonUser is null (Nothing in Visual Basic) or empty.
|