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