Table of Contents

Class EntraConditionalAccessAuthenticationStrengthPolicyCertificateConfiguration

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

Represents an Entra directory conditional access authentication strength policy certificate configuration.

public class EntraConditionalAccessAuthenticationStrengthPolicyCertificateConfiguration : GlobalSerializableBase
Inheritance
EntraConditionalAccessAuthenticationStrengthPolicyCertificateConfiguration

Constructors

EntraConditionalAccessAuthenticationStrengthPolicyCertificateConfiguration()

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

public EntraConditionalAccessAuthenticationStrengthPolicyCertificateConfiguration()

Properties

AllowedIssuerSkis

Gets or sets the allowed issuer SKIs.

public SerializableStringCollection AllowedIssuerSkis { get; set; }

Property Value

SerializableStringCollection

AllowedPolicyOids

Gets or sets the allowed policy OIDs.

public SerializableStringCollection AllowedPolicyOids { get; set; }

Property Value

SerializableStringCollection

IsConfigured

Gets whether the authentication strength policy certificate configuration has settings configured.

[Browsable(false)]
public bool IsConfigured { get; }

Property Value

bool