View Source
Interface IUmbracoMemberTypeMembershipProvider
An interface for exposing the content type properties for storing membership data in when
a membership provider's data is backed by an Umbraco content type.
Assembly: Umbraco.Core.dll
Syntax
public interface IUmbracoMemberTypeMembershipProvider
Properties
View Source
ApprovedPropertyTypeAlias
Declaration
string ApprovedPropertyTypeAlias { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
string CommentPropertyTypeAlias { get; }
Property Value
Type |
Description |
System.String |
|
View Source
FailedPasswordAttemptsPropertyTypeAlias
Declaration
string FailedPasswordAttemptsPropertyTypeAlias { get; }
Property Value
Type |
Description |
System.String |
|
View Source
LastLockedOutPropertyTypeAlias
Declaration
string LastLockedOutPropertyTypeAlias { get; }
Property Value
Type |
Description |
System.String |
|
View Source
LastLoginPropertyTypeAlias
Declaration
string LastLoginPropertyTypeAlias { get; }
Property Value
Type |
Description |
System.String |
|
View Source
LastPasswordChangedPropertyTypeAlias
Declaration
string LastPasswordChangedPropertyTypeAlias { get; }
Property Value
Type |
Description |
System.String |
|
View Source
LockPropertyTypeAlias
Declaration
string LockPropertyTypeAlias { get; }
Property Value
Type |
Description |
System.String |
|
View Source
PasswordRetrievalAnswerPropertyTypeAlias
Declaration
string PasswordRetrievalAnswerPropertyTypeAlias { get; }
Property Value
Type |
Description |
System.String |
|
View Source
PasswordRetrievalQuestionPropertyTypeAlias
Declaration
string PasswordRetrievalQuestionPropertyTypeAlias { get; }
Property Value
Type |
Description |
System.String |
|