Table of Contents

Class EntraConditionalAccessAuthenticationStrengthPolicyFido2Configuration

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

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

public class EntraConditionalAccessAuthenticationStrengthPolicyFido2Configuration : GlobalSerializableBase
Inheritance
EntraConditionalAccessAuthenticationStrengthPolicyFido2Configuration

Constructors

EntraConditionalAccessAuthenticationStrengthPolicyFido2Configuration()

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

public EntraConditionalAccessAuthenticationStrengthPolicyFido2Configuration()

Properties

AllowedAAGuids

Gets or sets the allowed AA GUIDs for FIDO2.

public SerializableGuidCollection AllowedAAGuids { get; set; }

Property Value

SerializableGuidCollection

IsConfigured

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

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

Property Value

bool