Click or drag to resize
SystemPrincipal Constructor (String)
Initializes an instance of the SystemPrincipal class.

Namespace: Kentico.Web.Mvc.Internal
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public SystemPrincipal(
	string username
)

Parameters

username
Type: SystemString
The user name.
See Also