Search Results for

    Show / Hide Table of Contents

    Class IdentitySecurityManagerConfiguration

    Inheritance
    System.Object
    IdentitySecurityManagerConfiguration
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Web.Security.Identity
    Assembly: ImageVault.Web.dll
    Syntax
    public class IdentitySecurityManagerConfiguration

    Constructors

    IdentitySecurityManagerConfiguration()

    Declaration
    public IdentitySecurityManagerConfiguration()

    Properties

    AllowUserRegister

    Declaration
    public bool AllowUserRegister { get; set; }
    Property Value
    Type Description
    System.Boolean

    ApproveLocalUserOnRegister

    Declaration
    public bool ApproveLocalUserOnRegister { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExternalLoginProviderConfiguration

    Declaration
    public ExternalLoginProviderConfiguration[] ExternalLoginProviderConfiguration { get; set; }
    Property Value
    Type Description
    ExternalLoginProviderConfiguration[]
    In This Article
    Back to top (c) Meriworks 2002-2022