Retrieves authentication information for an user.
Namespace: DotNetNuke.Services.AuthenticationAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static UserAuthenticationInfo GetUserAuthentication( int userID ) |
Visual Basic |
---|
Public Shared Function GetUserAuthentication ( userID As Integer ) As UserAuthenticationInfo |
Parameters
- userID
- Type: System..::..Int32
paramuserIDM:DotNetNuke.Services.Authentication.AuthenticationController.GetUserAuthentication(System.Int32)