The Utils class provides a set of utility methods that can be used to perform synchronization operations and create new objects.
The following tables list the members exposed by the Utils type.
Protected Constructors
Public Properties
Name | Description | |
---|---|---|
ExtensionsDirectory | The ExtensionsDirectory property retrieves the path of the extensions directory. This property returns %ProgramFiles%\Microsoft Forefront Identity Management\2010\Synchronization Service\Extensions. | |
InPreviewMode | The InPreviewMode property determines if the current operation is running in preview mode. This property is true if the current operation is running in preview mode or false if the current operation is not running in preview mode. | |
MAs | The MAs property retrieves a ManagementAgentCollection object that contains all management agents. | |
TransactionProperties | The TransactionProperties property retrieves a TransactionPropertyCollection object that contains the properties for the current transaction. The properties in the collection will exist for the lifetime of the current transaction. | |
WorkingDirectory | The WorkingDirectory
property retrieves the path of the working directory. When used
within a metaverse rules extension, this property returns
%ProgramFiles%\Microsoft Forefront Identity
Manager\2010\Synchronization Service\MaData . When
used within a management agent rules extension, this property
returns %ProgramFiles%\Microsoft Forefront Identity
Manager\2010\Synchronization Service\MaData\MaName ,
where MaName is the name of the management agent. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
ConvertSecurityDescriptorToString | The ConvertSecurityDescriptorToString method converts a byte array containing a security descriptor to a string. | |
ConvertSidToString | The ConvertSidToString method converts a byte array containing a security identifier to a string. | |
ConvertStringToSecurityDescriptor | The ConvertStringToSecurityDescriptor method converts a string containing a security descriptor to a byte array. | |
ConvertStringToSid | The ConvertStringToSid method converts a string containing a security identifier to a byte array. | |
Equals | Overloaded. (Inherited from Object) | |
FindMVEntries | Overloaded. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
ToString | (Inherited from Object) | |
ValueCollection | Overloaded. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |