Class ActiveDirectoryManagedServiceAccountCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory managed service accounts.
public class ActiveDirectoryManagedServiceAccountCollection : Collection<ActiveDirectoryManagedServiceAccount>, IList<ActiveDirectoryManagedServiceAccount>, ICollection<ActiveDirectoryManagedServiceAccount>, IList, ICollection, IReadOnlyList<ActiveDirectoryManagedServiceAccount>, IReadOnlyCollection<ActiveDirectoryManagedServiceAccount>, IEnumerable<ActiveDirectoryManagedServiceAccount>, IEnumerable
- Inheritance
-
ActiveDirectoryManagedServiceAccountCollection
- Implements
- Inherited Members
Constructors
ActiveDirectoryManagedServiceAccountCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccountCollection class.
public ActiveDirectoryManagedServiceAccountCollection()
Methods
ExistsByIdentifier(Guid)
Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount with the specified unique identifier exists within the collection.
public bool ExistsByIdentifier(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount with the specified unique identifier exists within the collection.
ExistsBySamAccountName(string)
Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount with the specified SAM account name exists within the collection.
public bool ExistsBySamAccountName(string samAccountName)
Parameters
samAccountName
stringThe SAM account name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount with the specified SAM account name exists within the collection.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount with that unique identifier is found.
public ActiveDirectoryManagedServiceAccount FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount to locate.
Returns
- ActiveDirectoryManagedServiceAccount
The CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount with the specified unique identifier.
FindBySamAccountName(string)
Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount with the specified SAM account name, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount with that SAM account name is found.
public ActiveDirectoryManagedServiceAccount FindBySamAccountName(string samAccountName)
Parameters
samAccountName
stringThe SAM account name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount to locate.
Returns
- ActiveDirectoryManagedServiceAccount
The CENTREL.XIA.Configuration.Types.ActiveDirectoryManagedServiceAccount with the specified SAM account name.
Sort()
Sorts the values in the collection.
public void Sort()