DirectoryServerType

This property specifies the directory server type used, such as Oracle Internet Directory or Microsoft Active Directory.

Declaration

// C#
public static string DirectoryServerType { get; set; }

Property Type

System.String

Values

  • oid for Oracle Internet Directory

  • ad for Microsoft Active Directory

Example

// C#
OracleConfiguration.DirectoryServerType=@"oid";