Table of Contents

Class EntraApplicationFederatedCredentials

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

Represents a collection of Entra Directory federated credentials.

public class EntraApplicationFederatedCredentials : BypassSection
Inheritance
EntraApplicationFederatedCredentials
Inherited Members

Constructors

EntraApplicationFederatedCredentials()

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

public EntraApplicationFederatedCredentials()

Properties

Items

Gets or sets the items in the collection.

public EntraApplicationFederatedCredentialCollection Items { get; set; }

Property Value

EntraApplicationFederatedCredentialCollection

Methods

FromXml(string)

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

public static EntraApplicationFederatedCredentials FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

EntraApplicationFederatedCredentials

A CENTREL.XIA.Configuration.Types.EntraApplicationFederatedCredentials class.

ToString()

Returns the Entra directory federated credentials as a human readable string.

public override string ToString()

Returns

string

The Entra directory federated credentials as a human readable string.