Provides search functionality for profile templates, profiles, smart cards, certificates and FIM CM requests.

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

Public Properties

  Name Description
public propertystatic Proxy Gets the object that provides the .NET Framework remoting ability for the FindOperations class.
public propertystatic UseRemoting Gets or sets a Boolean value that indicates whether calls to the methods of the FindOperations class will be local or will be distributed using .NET Framework remoting.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (Inherited from Object)
public methodstatic FindAllProfileTemplates Returns all the profile templates that the caller has permission to read.
public methodstatic FindCertificates Overloaded. Finds all the certificates that are associated with a smart card or a profile.
public methodstatic FindRequests Finds all the FIM CM requests that the caller has permission to read that match the specified criteria.
public methodstatic FindSmartcards Finds all the smart cards that match the specified criteria.
public method GetHashCode  (Inherited from Object)
public methodstatic GetProfile Retrieves the specified profile.
public methodstatic GetProfileTemplate Retrieves the specified profile template.
public methodstatic GetRequest Retrieves the specified FIM CM request.
public methodstatic GetSmartcard Retrieves the specified smart card.
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

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

See Also