AdmExtendedDN

The AdmExtendedDN enumeration specifies the format in which to return the extended distinguished name.

Syntax

enum AdmExtendedDN
{
    HexString  =  0,  //0x0
    None       = -1,  //0xFFFFFFFF
    Standard   =  1,  //0x1
}

Constants

  • Flag

  • Description

  • HexString

  • Indicates that the distinguished name uses the hexadecimal format.

  • None

  • Indicates that the distinguished name uses the distinguished name format.

  • Standard

  • Indicates that the distinguished name uses the standard string format.

Requirements

Minimum required version: 2009.1

See also