Search Results for

    Show / Hide Table of Contents

    Class WindowsAuthenticationElement

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

    Inheritance
    object
    ConfigurationElement
    WindowsAuthenticationElement
    Inherited Members
    ConfigurationElement.IsReadOnly()
    ConfigurationElement.Equals(object)
    ConfigurationElement.GetHashCode()
    ConfigurationElement.LockAttributes
    ConfigurationElement.LockAllAttributesExcept
    ConfigurationElement.LockElements
    ConfigurationElement.LockAllElementsExcept
    ConfigurationElement.LockItem
    ConfigurationElement.ElementInformation
    ConfigurationElement.CurrentConfiguration
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    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
    [ConfigurationProperty("disableSidTranslationCaching")]
    public bool DisableSidTranslationCaching { get; set; }
    Property Value
    Type Description
    bool

    IgnoredGroups

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

    Declaration
    [ConfigurationProperty("ignoredGroupSids")]
    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
    Overrides
    ConfigurationElement.Properties
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation