Table of Contents

Class EntraDirectoryApplicationCredentials

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

Represents a collection of Azure Active Directory application credentials.

public class EntraDirectoryApplicationCredentials : BypassSection
Inheritance
EntraDirectoryApplicationCredentials
Inherited Members

Constructors

EntraDirectoryApplicationCredentials()

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

public EntraDirectoryApplicationCredentials()

Properties

Items

Gets or sets the items in the collection.

public EntraDirectoryApplicationCredentialCollection Items { get; set; }

Property Value

EntraDirectoryApplicationCredentialCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.EntraDirectoryApplicationCredentials class from the specified XML.

public static EntraDirectoryApplicationCredentials FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraDirectoryApplicationCredentials

A CENTREL.XIA.Configuration.Types.EntraDirectoryApplicationCredentials class.

ToString()

Returns the Enrta directory application credentials as a human readable string.

public override string ToString()

Returns

string

The Entra directory application credentials as a human readable string.