IUserIntegratedMembershipProvider Property Ingeniux CMS Content Store API

Gets and sets the full name of the Type of the provider object that authenticates this user.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

string IntegratedMembershipProvider { get; set; }

Property Value

Type: String
Remarks

A User being an integrated membership provider means the CSAPI can create, update, and remove this user account directly via the specified Type.

When the value of this property is null or empty, the user is not an integrated user.

See Also

Reference