Table of Contents

Enum ActiveDirectorySchemaAttributeSyntax

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

The type of

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

Fields

AccessPoint = 1

The syntax is access point.

Address = 2

The syntax is address.

Boolean = 3

The syntax is boolean.

CaseInsensitiveString = 4

The syntax is case insensitive string.

CaseSensitiveString = 5

The syntax is case sensitive string.

DistinguishedName = 6

The syntax is distinguished name.

DistinguishedNameBinary = 7

The syntax is distinguished name binary.

DistinguishedNameWithString = 8

The syntax is distinguished name with string.

Enumeration = 9

The syntax is enumeration.

GeneralizedTime = 10

The syntax is generalized time.

IA5String = 11

The syntax is IA5-String.

Integer = 12

The syntax is integer.

LargeInteger = 13

The syntax is large integer.

NTSecurityDescriptor = 14

The syntax is NT security descriptor.

NumericalString = 15

The syntax is numerical string.

ObjectIdentifier = 16

The syntax is object identifier.

OctetString = 17

The syntax is octet string.

OrName = 18

The syntax is OR name.

PrintCaseString = 19

The syntax is print case string.

The syntax is replica link.

SecurityIdentifier = 21

The syntax is security identifier (SID).

UnicodeString = 22

The syntax is unicode string.

Unknown = 0

The syntax is unknown.

UtcCodedTime = 23

The syntax is UTC Coded Time.