Class EntraDirectoryApplicationClientSecret
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Azure Active Directory application client secret.
public class EntraDirectoryApplicationClientSecret : EntraDirectoryApplicationCredential, IComparable<EntraDirectoryApplicationCredential>
- Inheritance
-
EntraDirectoryApplicationClientSecret
- Implements
- Inherited Members
Constructors
EntraDirectoryApplicationClientSecret()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraDirectoryApplicationClientSecret class.
public EntraDirectoryApplicationClientSecret()
Properties
Hint
Gets or sets the hint for the client secret.
public string Hint { get; set; }