Show / Hide Table of Contents

Class PasswordConfig

Inheritance
object
PasswordConfig
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Security.Membership
Assembly: DotNetNuke.dll
Syntax
public class PasswordConfig

Constructors

PasswordConfig()

Declaration
public PasswordConfig()

Properties

PasswordExpiry

Declaration
[SortOrder(0)]
public static int PasswordExpiry { get; set; }
Property Value
Type Description
int

PasswordExpiryReminder

Declaration
[SortOrder(1)]
public static int PasswordExpiryReminder { get; set; }
Property Value
Type Description
int

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS