Table of Contents

Enum WindowsRegistryAccessRuleType

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

The registry access rule type.

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

Fields

Allow = 1

The access rule type is allow.

Deny = 2

The access rule type is deny.

Unknown = 0

The access rule type is unknown.