Table of Contents

Class EntraApplicationFederatedCredential

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

Represents an Entra directory federated credential.

public class EntraApplicationFederatedCredential : GlobalSerializableBase, IComparable<EntraApplicationFederatedCredential>
Inheritance
EntraApplicationFederatedCredential
Implements

Constructors

EntraApplicationFederatedCredential()

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

public EntraApplicationFederatedCredential()

Properties

Audiences

Gets or sets the audiences of the federated credential.

public SerializableStringCollection Audiences { get; set; }

Property Value

SerializableStringCollection

Description

Gets or sets the description of the federated credential.

public string Description { get; set; }

Property Value

string

Identifier

Gets or sets the unique identifier of the federated credential.

public Guid Identifier { get; set; }

Property Value

Guid

Issuer

Gets or sets the URL of the external identity provider.

public string Issuer { get; set; }

Property Value

string

Name

Gets or sets the name of the federated credential.

public string Name { get; set; }

Property Value

string

Subject

Gets or sets the subject of the federated credential.

public string Subject { get; set; }

Property Value

string

Methods

CompareTo(EntraApplicationFederatedCredential)

Compares two CENTREL.XIA.Configuration.Types.EntraApplicationFederatedCredential objects to allow sorting alphabetically by name.

public int CompareTo(EntraApplicationFederatedCredential other)

Parameters

other EntraApplicationFederatedCredential

The CENTREL.XIA.Configuration.Types.EntraApplicationFederatedCredential to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.EntraApplicationFederatedCredential objects.

ToString()

Returns the name of the federated credential.

public override string ToString()

Returns

string

The display name of the federated credential.