This service endpoint should only be used by the Certificate Manager desktop application via the PASI CertificateManager Windows API.
Namespace: PASI.ServiceContract
Assembly: PASI.ServiceContract (in PASI.ServiceContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The IPASICertificateManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddCertificateToClient |
This service will add a new certificate to an existing PASI Client.
| |
| CheckAccess |
This method is used to confirm access to the environment.
| |
| CreateNewPasiClient |
This service will create a brand new PASI Client.
| |
| DoesCertificateExist |
This service is used for validation to ensure the user doesn't attempt to add a certificate that already exists.
Certificates are unique based on the Issuer and serial number fields.
| |
| GetClient |
This will return a single PASI Client with all information.
| |
| GetClients |
This service will return all PASI clients (without all the details).
| |
| GetCodeValues |
This service will return the specific code values used by the Certificate Request Manager application.
| |
| GetOrganizations |
This service will return all organizations used to provide lookup functionality in Certificate Request Manager.
| |
| GetSecurityRoles |
This service will return all security roles.
| |
| UpdatePasiClient |
This service will update and existing PASI client
|
See Also