Click or drag to resize
KenticoUserStoreTUser Constructor (String)
Creates store to manage users for given site.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public KenticoUserStore(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name that represents SiteInfo for which users are managed.
See Also