ExecuteOperations Members
Provides methods that are used while FIM CM requests are running and finishing.
The following tables list the members exposed by the ExecuteOperations type.
Public Properties
Name | Description | |
---|---|---|
Proxy | Gets the object that provides the .NET Framework remoting ability for the ExecuteOperations class. | |
UseRemoting | Gets or sets a Boolean value that indicates whether calls to the methods of the ExecuteOperations class will be local or will be distributed using .NET Framework remoting. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Complete | Marks a FIM CM request as complete. | |
ConfirmActiveAdminPin | Promote the currently marked proposed administrator smart card PIN to active. | |
CreateProfileForCertificate | ||
Enroll | Perform the enroll operation for both smart cards and software based profiles. | |
Equals | (Inherited from Object) | |
GetActiveAdminPin | Return the active smart card administrator PIN. | |
GetAdminKey | Return the raw administrator key for the specified smart card. | |
GetBaseCspResponse | Calculate and return the Base CSP response to a provided challenge. | |
GetHashCode | (Inherited from Object) | |
GetProposedAdminPin | Return the proposed smart card administrator PIN. | |
GetType | (Inherited from Object) | |
GetUserPin | Return the stored smart card user PIN. | |
OfflineUnblock | Generates a response for the specified challenge string. | |
Recover | Perform the recover operation for a smart card or a software based profile. | |
Retire | Perform the retire operation for a smart card. | |
SetProposedAdminPin | Overloaded. Stores a proposed administrator PIN for the smart card. | |
ToString | (Inherited from Object) | |
Unblock | Perform the unblock operation for a smart card. | |
WriteEvent | Insert an audit event for the specified smart card, profile or FIM CM request. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top