Table of Contents

Enum EntraApplicationInstanceLockedProperties

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

The instance property lock state of an Entra directory application.

[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraApplicationInstanceLockedProperties

Fields

AllProperties = CredentialsWithUsageSign | CredentialsWithUsageVerify | TokenEncryptionKeyId

All properties are locked.

CredentialsWithUsageSign = 1

Credentials used for signing tokens are locked.

CredentialsWithUsageVerify = 2

Credentials used for verification are locked.

None = 0

No properties are locked.

TokenEncryptionKeyId = 4

Token Encryption KeyId is locked.

Unknown = -1

The property lock mode is unknown.