Table of Contents

Class EntraApplicationPublisherVerificationInformation

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

Represents the publisher verification information for an Entra directory application.

public class EntraApplicationPublisherVerificationInformation : GlobalSerializableBase
Inheritance
EntraApplicationPublisherVerificationInformation

Constructors

EntraApplicationPublisherVerificationInformation()

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

public EntraApplicationPublisherVerificationInformation()

Properties

DisplayName

Gets or sets the display name of the verified publisher.

public string DisplayName { get; set; }

Property Value

string

IsVerified

Gets or sets whether the publisher is verified.

public BooleanOption IsVerified { get; set; }

Property Value

BooleanOption

PublisherIdentifier

Gets or sets the publisher MPN identifier.

public string PublisherIdentifier { get; set; }

Property Value

string

VerificationDateTime

Gets or sets the date and time the publisher was verified.

public DateTime VerificationDateTime { get; set; }

Property Value

DateTime

Methods

ToString()

Returns the verified publisher as a human readable string.

public override string ToString()

Returns

string

The verified publisher as a human readable string.