Search Results for

    Show / Hide Table of Contents

    Class ClientSecurityManagerFactory

    Factory class for retrieving IClientSecurityManager instances.

    Inheritance
    System.Object
    ClientSecurityManagerFactory
    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.Common.Security
    Assembly: ImageVault.Common.dll
    Syntax
    public class ClientSecurityManagerFactory

    Constructors

    ClientSecurityManagerFactory()

    Initializes a new instance of the ClientSecurityManagerFactory class.

    Declaration
    public ClientSecurityManagerFactory()

    Properties

    ClientSecurityManager

    Get/Sets the ClientSecurityManager of the ClientSecurityManagerFactory

    Declaration
    public IClientSecurityManager ClientSecurityManager { get; set; }
    Property Value
    Type Description
    IClientSecurityManager

    Instance

    Returns the singleton instance of the ClientSecurityManagerFactory class.

    Declaration
    public static ClientSecurityManagerFactory Instance { get; set; }
    Property Value
    Type Description
    ClientSecurityManagerFactory

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022