Table of Contents

Class EntraApplicationClientSecret

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

Represents an Entra Directory application client secret.

public class EntraApplicationClientSecret : EntraApplicationCredential, IComparable<EntraApplicationCredential>
Inheritance
EntraApplicationClientSecret
Implements
Inherited Members

Constructors

EntraApplicationClientSecret()

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

public EntraApplicationClientSecret()

Properties

Hint

Gets or sets the hint for the client secret.

public string Hint { get; set; }

Property Value

string