ActiveDirectorySyntax Enum

Definition

Specifies the data representation (syntax) type of a ActiveDirectorySchemaProperty object.

C#
public enum ActiveDirectorySyntax
Inheritance
ActiveDirectorySyntax

Fields

Name Value Description
CaseExactString 0

A case-sensitive string type.

CaseIgnoreString 1

A case-insensitive string type.

NumericString 2

A numeric value represented as a string.

DirectoryString 3

A directory string specification.

OctetString 4

A byte array represented as a string.

SecurityDescriptor 5

A security descriptor value type.

Int 6

A 32-bit integer value type.

Int64 7

A 64 bit (large) integer value type.

Bool 8

A Boolean value type.

Oid 9

An OID value type.

GeneralizedTime 10

A time expressed in generalized time format.

UtcTime 11

A time expressed in Coordinated Universal Time format.

DN 12

A distinguished name of a directory service object.

DNWithBinary 13

An ADS_DN_WITH_BINARY structure used for mapping a distinguished name to a non-varying GUID. For more information, see the ADS_DN_WITH_BINARY article.

DNWithString 14

An ADS_DN_WITH_STRING structure used for mapping a distinguished name to a non-varying string value. For more information, see the ADS_DN_WITH_STRING article.

Enumeration 15

An enumeration value type.

IA5String 16

An IA5 character set string.

PrintableString 17

A printable character set string.

Sid 18

An SID value type.

AccessPointDN 19

An AccessPoint object type.

ORName 20

An OR-Name object type.

PresentationAddress 21

A Presentation-Address object type.

22

A Replica-Link object type.

Applies to

Proizvod Verzije
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also