Click or drag to resize

ICertificateAuthorityService Interface

Represents an integration to a certificate authority

Namespace: SanteDB.Core.Security.Certs
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface ICertificateAuthorityService : IServiceImplementation

The ICertificateAuthorityService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodApprove Approve the certificate signing request
Public methodDeleteSigningRequest Delete a signing request by id
Public methodFind Find the specified certificate in the
Public methodFindSigningRequest Find a signing request by the specified identifier
Public methodGetCertificate Get the certificate that was generated for certRequest
Public methodGetCertificates Get the issued certificates from this service
Public methodGetRevokationList Get the complete revokation list
Public methodGetSigningRequest Get a particular signing request by its identifier
Public methodGetSigningRequests Get all signing requests for the CA service
Public methodReject Reject the request
Public methodRenew Renew the specified certificate
Public methodRevoke Revoke the certificate signing request
Public methodSubmitSigningRequest Submit a signing request to this authority
Top
See Also