Table of Contents

Enum EntraApplicationCredentialType

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

The Active Directory access rule type.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraApplicationCredentialType

Fields

Certificate = 1

The credential type is certificate.

ClientSecret = 2

The credential type is client secret.

Unknown = 0

The credential type is unknown.