Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The AccountInfo type exposes the following members.

Constructors

  NameDescription
Public methodAccountInfo
Initializes a new instance of the AccountInfo class

Methods

  NameDescription
Public methodApplyFilters(AccountFilters)
Applies the filters to the account
Public methodStatic memberApplyFilters(AccountFilters, IList<(Of <<'(AccountInfo>)>>))
Applies the filters to the accounts.
Public methodCompareTo
Compares the obj.
Public methodStatic memberCreate
Creates an account info object from an identity name.
Public methodStatic memberCreateUser
Creates a new NT user account.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetAccessRuleSource
Returns the directory that is the source for the specified access rule.
Public methodStatic memberGetApplicationRights
Returns the application rights implied by the file system rights.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIdentityReference
Returns the identity reference for the account.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLookupAccountSid
Queries the SID table for the specified account name.
Public methodStatic memberLookupDomainSid
Queries the SID table for the specified account name.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberQuery
Queries the account table for the specified accounts.
Public methodToString

Properties

  NameDescription
Public propertyDescription
Thr description for the account.
Public propertyDomain
The domain that the account belongs to.
Public propertyName
The name of the account.
Public propertySid
The SID for the account.
Public propertySidType
The type of SID used by the account.
Public propertyStatus
Thr current status for the account.

See Also