• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.ActiveDirectory
    • ActiveDirectoryExtensions
    • ActiveDirectoryGlobals
    • AdPropertyAttribute
    • IAdObject
    • IAdObjectFactory
  • Dapplo.ActiveDirectory.Entities
    • Comparisons
    • DistinguishedName
    • Operators
    • Property
    • PropertyComparison
    • Query
    • QueryElement
    • Value
  • Dapplo.ActiveDirectory.Enums
    • AdProperties
    • ClassNames
    • ComputerProperties
    • DistinguishedNameAttributes
    • UserAccountControlFlags
    • UserProperties
  • Dapplo.ActiveDirectory.Extensions
    • AdDateTimeExtensions
    • DirectoryEntryPropertyExtensions
    • EnumExtensions
    • PropertyInfoExtension
  • Dapplo.ActiveDirectory.Finder
    • FinderAddonModule
    • Startup
  • Dapplo.ActiveDirectory.Finder.Configuration
    • IFinderTranslations
  • Dapplo.ActiveDirectory.Finder.Entities
    • IUser
  • Dapplo.ActiveDirectory.Finder.Ui.ViewModels
    • FinderViewModel
  • Dapplo.ActiveDirectory.Finder.Ui.Views
    • FinderView
  • Dapplo.ActiveDirectory.Internal
    • IAdsLargeInteger
    • IADsSecurityDescriptor
    • SimpleDictionaryProxy

Enum UserAccountControlFlags

This can be used with queries using the userAccountControl See here for more information.

Namespace: Dapplo.ActiveDirectory.Enums
Assembly: Dapplo.ActiveDirectory.dll
Syntax
[Flags]
public enum UserAccountControlFlags

Fields

Name Description
AccountDisabled
DontExpirePassword
DontRequirePreauth
EncryptedTextPasswordAllowed
HomedirRequired
InterdomainTrustAccount
Lockout
MajorityNodeSetLogonAccount
NormalAccount
NotDelegated
PasswordCantChange
PasswordExpired
PasswordNotRequired
Script
ServerTrustAccount
SmartcardRequired
TempDuplicateAccount
TrustedForDelegation
TrustedToAuthForDelegation
UseDesKeyOnly
WorkstationTrustAccount

Extension Methods

EnumExtensions.EnumValueOf()
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © Dapplo