Table of Contents

Class EntraApplicationAuthorizedApplicationCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Entra directory authorized applications.

public class EntraApplicationAuthorizedApplicationCollection : Collection<EntraApplicationAuthorizedApplication>, IList<EntraApplicationAuthorizedApplication>, ICollection<EntraApplicationAuthorizedApplication>, IList, ICollection, IReadOnlyList<EntraApplicationAuthorizedApplication>, IReadOnlyCollection<EntraApplicationAuthorizedApplication>, IEnumerable<EntraApplicationAuthorizedApplication>, IEnumerable
Inheritance
EntraApplicationAuthorizedApplicationCollection
Implements
Inherited Members

Constructors

EntraApplicationAuthorizedApplicationCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraApplicationAuthorizedApplicationCollection class.

public EntraApplicationAuthorizedApplicationCollection()

Methods

FindByApplicationIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.EntraApplicationAuthorizedApplication with the specified application identifier, or null if no CENTREL.XIA.Configuration.Types.EntraApplicationAuthorizedApplication with that application identifier is found.

public EntraApplicationAuthorizedApplication FindByApplicationIdentifier(Guid applicationIdentifier)

Parameters

applicationIdentifier Guid

The application identifier of the CENTREL.XIA.Configuration.Types.EntraApplicationAuthorizedApplication to locate in GUID format.

Returns

EntraApplicationAuthorizedApplication

The CENTREL.XIA.Configuration.Types.EntraApplicationAuthorizedApplication with the specified application identifier.