Table of Contents

Class EntraApplicationCertificate

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

Represents an Entra Directory application certificate.

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

Constructors

EntraApplicationCertificate()

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

public EntraApplicationCertificate()

Properties

CertificateThumbprint

Gets or sets the thumbprint of the certificate.

public string CertificateThumbprint { get; set; }

Property Value

string