Click or drag to resize
AutomaticSignInConfiguration Constructor (String)
Creates new instance of AutomaticSignInConfiguration.

Namespace: CMS.Membership.Internal
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
public AutomaticSignInConfiguration(
	string targetDomain
)

Parameters

targetDomain
Type: SystemString
The site domain which the token will be issued for.
See Also