Ami |
The AmiServiceClient type exposes the following members.
| Name | Description | |
|---|---|---|
| AcceptCertificateSigningRequest | Accepts a certificate signing request. | |
| AddPolicy | Add policy policyOid to securable | |
| AddUsersToRole | Add users to role | |
| AssigningAuthority | Gets a specific assigning authority. | |
| CreateApplet | Creates an applet. | |
| CreateAppletSolution | Create applet solution | |
| CreateApplication | Creates a security application. | |
| CreateApplicationEntity | Create a device entity | |
| CreateCodeSystem | Creates the code system. | |
| CreateDevice | Creates a device in the IMS. | |
| CreateDeviceEntity | Create a device entity | |
| CreateExtensionType | Creates the type of the extension. | |
| CreateIdentityDomain | Creates an assigning authority. | |
| CreateMailMessage | Creates an alert message. | |
| CreatePolicy | Creates a policy in the IMS. | |
| CreateRole | Creates a role in the IMS. | |
| CreateUser | Creates a user in the IMS. | |
| DeleteApplet | Deletes an applet. | |
| DeleteApplication | Deletes an application. | |
| DeleteAssigningAuthority | Deletes an assigning authority. | |
| DeleteCertificate | Deletes a specified certificate. | |
| DeleteCodeSystem | Deletes the code system. | |
| DeleteDevice | Deletes a device. | |
| DeleteExtensionType | Deletes the type of the extension. | |
| DeletePolicy | Deletes a security policy. | |
| DeleteRole | Deletes a security role. | |
| DeleteUser | Deletes a security user. | |
| Dispose | Dispose of any resources. | |
| Dispose(Boolean) | Dispose of any managed resources. | |
| DownloadApplet | Downloads the applet. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FindPolicy | Retrieves the specified role from the AMI | |
| FindRole | Retrieves the specified role from the AMI | |
| GetApplets | Gets a list of applets for a specific query. | |
| GetAppletSolution | Get applet solution | |
| GetAppletSolutions | Get all applet solutions from server | |
| GetApplication | Gets a specific application. | |
| GetApplicationEntities | Create a device entity | |
| GetApplications | Gets a list applications for a specific query. | |
| GetAudit | Retrieves an audit | |
| GetAudits | Retrieves an audit | |
| GetCertificateSigningRequest | Gets a certificate signing request. | |
| GetCertificateSigningRequests | Gets a list of certificate signing requests. | |
| GetCodeSystem | Gets the code system. | |
| GetCodeSystems | Gets the code systems. | |
| GetDevice | Gets a specific device. | |
| GetDeviceEntities | Create a device entity | |
| GetDevices | Gets a list of devices. | |
| GetExtensionType | Gets the type of the extension. | |
| GetExtensionTypes | Gets the extension types. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetIdentityDomains | Gets a list of assigning authorities. | |
| GetLog | Gets the specified log from the server | |
| GetLogs | Get all logs | |
| GetMailMessage | Gets a specific alert. | |
| GetMailMessages | Gets a list of alerts. | |
| GetPolicies | Retrieves a specified policy. | |
| GetPolicy | Gets a specific policy. | |
| GetProvenance | Get the specified provenance object | |
| GetRole(Guid) | Gets a specific role. | |
| GetRole(String) | Gets a specific role. | |
| GetRoles | Retrieves a specified role. | |
| GetServerDiagnoticReport | Gets a diagnostic alert. | |
| GetSubscriptionDefinition | ||
| GetSubscriptionDefinitions | Gets a list of subscriptions. | |
| GetTwoFactorMechanisms | Gets a list of two-factor mechanisms | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetUser | Gets a specific user. | |
| GetUsers | Retrieves a specified user. | |
| IsUserInRole | Returns true if userName is in roleName | |
| LockUser | Lock user | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ObsoleteAppletSolution | Obsoletes the applet solution | |
| Options | Gets the options for the AMI. | |
| Ping | Perform a ping | |
| QueryTModel | Perform a query | |
| RemovePolicy | Remove policy policyId from securable | |
| RemoveUsersFromRole | Remove users from role | |
| StatUpdate | Stats the update via a HEAD command | |
| SubmitAudit(AuditEventData) | Submits a diagnostic report. | |
| SubmitAudit(AuditSubmission) | Submits a diagnostic report. | |
| SubmitCertificateSigningRequest | Submits a certificate signing request to the AMI. | |
| SubmitDiagnosticReport | Submits a diagnostic report. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UnlockUser | Unlock user | |
| UpdateApplet | Updates an applet. | |
| UpdateAppletSolution | Update applet solution | |
| UpdateApplication | Updates an application. | |
| UpdateApplicationEntity | Create a device entity | |
| UpdateAssigningAuthority | Updates an assigning authority. | |
| UpdateCodeSystem | Updates the code system. | |
| UpdateDevice | Updates a device. | |
| UpdateDeviceEntity | Create a device entity | |
| UpdateExtensionType | Updates the type of the extension. | |
| UpdateMailMessage | Updates an alert. | |
| UpdateRole | Updates a role. | |
| UpdateUser | Updates a user. |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |