Class EntraApplicationCredentialCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra directory application credentials.
public class EntraApplicationCredentialCollection : Collection<EntraApplicationCredential>, IList<EntraApplicationCredential>, ICollection<EntraApplicationCredential>, IList, ICollection, IReadOnlyList<EntraApplicationCredential>, IReadOnlyCollection<EntraApplicationCredential>, IEnumerable<EntraApplicationCredential>, IEnumerable
- Inheritance
-
EntraApplicationCredentialCollection
- Implements
- Inherited Members
Constructors
EntraApplicationCredentialCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraApplicationCredentialCollection class.
public EntraApplicationCredentialCollection()
Methods
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.EntraApplicationCredential with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.EntraApplicationCredential with that identifier is found.
public EntraApplicationCredential FindByIdentifier(Guid identifier)
Parameters
identifierGuidThe identifier of the CENTREL.XIA.Configuration.Types.EntraApplicationCredential to locate in GUID format.
Returns
- EntraApplicationCredential
The CENTREL.XIA.Configuration.Types.EntraApplicationCredential with the specified identifier.
Sort()
Sorts the values in the collection.
public void Sort()