Class ActiveDirectoryForeignSecurityPrincipalCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory foreign security principals.
public class ActiveDirectoryForeignSecurityPrincipalCollection : Collection<ActiveDirectoryForeignSecurityPrincipal>, IList<ActiveDirectoryForeignSecurityPrincipal>, ICollection<ActiveDirectoryForeignSecurityPrincipal>, IList, ICollection, IReadOnlyList<ActiveDirectoryForeignSecurityPrincipal>, IReadOnlyCollection<ActiveDirectoryForeignSecurityPrincipal>, IEnumerable<ActiveDirectoryForeignSecurityPrincipal>, IEnumerable
- Inheritance
-
ActiveDirectoryForeignSecurityPrincipalCollection
- Implements
- Inherited Members
Constructors
ActiveDirectoryForeignSecurityPrincipalCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipalCollection class.
public ActiveDirectoryForeignSecurityPrincipalCollection()
Methods
ExistsByIdentifier(Guid)
Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal 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.ActiveDirectoryForeignSecurityPrincipal to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal with the specified unique identifier exists within the collection.
ExistsByPrincipalName(string)
Determines whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal with the specified principal name exists within the collection.
public bool ExistsByPrincipalName(string principalName)
Parameters
principalName
stringThe principal name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal with the specified principal name exists within the collection.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal with the specified unique identifier, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal with that unique identifier is found.
public ActiveDirectoryForeignSecurityPrincipal FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe unique identifier of the CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal to locate.
Returns
- ActiveDirectoryForeignSecurityPrincipal
The CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal with the specified unique identifier.
FindByPrincipalName(string)
Returns the CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal with the specified principal name, or null if no CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal with that principal name is found.
public ActiveDirectoryForeignSecurityPrincipal FindByPrincipalName(string principalName)
Parameters
principalName
stringThe principal name of the CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal to locate.
Returns
- ActiveDirectoryForeignSecurityPrincipal
The CENTREL.XIA.Configuration.Types.ActiveDirectoryForeignSecurityPrincipal with the specified principal name.
Sort()
Sorts the values in the collection.
public void Sort()