Show / Hide Table of Contents

    Class WindowsAuthenticationElement

    Represents a configuration element containing the repository console Windows user authentication/authorization configuration.

    Inheritance
    Object
    WindowsAuthenticationElement
    Namespace: Nevatech.Vsb.Repository.Configuration
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class WindowsAuthenticationElement : ConfigurationElement

    Constructors

    WindowsAuthenticationElement()

    Declaration
    public WindowsAuthenticationElement()

    Fields

    DisableSidTranslationCachingAttributeName

    Name of the attribute storing the flag indicating that in-memory caching should not be used for translating Windows security identifiers (SIDs) to Windows groups and account names.

    Declaration
    public const string DisableSidTranslationCachingAttributeName = "disableSidTranslationCaching"
    Field Value
    Type Description
    String

    IgnoredGroupsAttributeName

    Name of the attribute storing the comma-separated lists of Windows group SIDs that are not accepted for Windows group user authentication.

    Declaration
    public const string IgnoredGroupsAttributeName = "ignoredGroupSids"
    Field Value
    Type Description
    String

    Properties

    DisableSidTranslationCaching

    Gets or sets the flag indicating that in-memory caching should not be used for translating Windows security identifiers (SIDs) to Windows groups and account names.

    Declaration
    public bool DisableSidTranslationCaching { get; set; }
    Property Value
    Type Description
    Boolean

    IgnoredGroups

    Gets or sets the comma-separated lists of Windows group SIDs that are not accepted for Windows group user authentication.

    Declaration
    public string IgnoredGroups { get; set; }
    Property Value
    Type Description
    String

    Properties

    Gets collection of configuration element properties.

    Declaration
    protected override ConfigurationPropertyCollection Properties { get; }
    Property Value
    Type Description
    ConfigurationPropertyCollection
    Back to top Nevatech Sentinet 6.5 Online Documentation