Show / Hide Table of Contents

Class SecurityCodeProvider

Inheritance
object
SecurityCodeProvider
Implements
ITransientDependency
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Newsletters.Helpers
Assembly: Volo.CmsKit.Pro.Domain.Shared.dll
Syntax
public class SecurityCodeProvider : ITransientDependency

Constructors

SecurityCodeProvider()

Declaration
public SecurityCodeProvider()

Properties

Salt

Declaration
public static string Salt { set; }
Property Value
Type Description
string

Methods

GetSecurityCode(string)

Declaration
public virtual string GetSecurityCode(string emailAddress)
Parameters
Type Name Description
string emailAddress
Returns
Type Description
string

Implements

Volo.Abp.DependencyInjection.ITransientDependency
In this article
Back to top Powered by Volosoft