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