Namespace Umbraco.Core.Security
Classes
AuthenticationExtensions
BackOfficeUserStore
EmailService
The
MembershipProviderBase
A base membership provider class offering much of the underlying functionality for initializing and password encryption/hashing.
MembershipProviderExtensions
MembershipProviderPasswordHasher
A password hasher that conforms to the password hashing done with membership providers
MembershipProviderPasswordValidator
Ensure that both the normal password validator rules are processed along with the underlying membership provider rules
NoopHtmlSanitizer
UmbracoBackOfficeIdentity
A custom user identity for the Umbraco backoffice
UmbracoMembershipProviderBase
A base membership provider class for umbraco providers
UserAwareMembershipProviderPasswordHasher
The default password hasher that is User aware so that it can process the hashing based on the user's settings
Interfaces
IHtmlSanitizer
IMembershipProviderPasswordHasher
A password hasher that is based on the rules configured for a membership provider
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.
IUserAwarePasswordHasher<TUser, TKey>
A password hasher that is User aware so that it can process the hashing based on the user's settings
IUserSessionStore<TUser, TKey>
An IUserStore interface part to implement if the store supports validating user session Ids