Represents a management agent.

The following tables list the members exposed by the ManagementAgent type.

Protected Constructors

  Name Description
ManagementAgent Creates an instance of the ManagementAgent class.
Top

Public Properties

  Name Description
public property Name Gets the name of the management agent.
Top

Public Methods (see also Protected Methods)

  Name Description
public method CreateDN Overloaded.  
public method Equals  Overloaded. (Inherited from Object)
public method EscapeDNComponent Overloaded.  
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method NormalizeString Normalizes the case and accents in a string according to the setting for that particular management agent (MA). By calling this function, you can normalize the string according to the connected directory format during provisioning. As a result, when the management agent string is imported back to the connector space from the target directory, the imported string value is the same as what was written to the connector space at provisioning time, allowing confirmation of the export.
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
public method UnescapeDNComponent Extracts the individual naming elements from a distinguished name component. The component can contain escaped characters.
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also