Click or drag to resize

ICertificateSigningService Interface

Certificate signing service (can sign certificates with other certificates)

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

The ICertificateSigningService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodGetSigningCertificates Get the certificates that this service can use to sign requests
Public methodGetSigningRequestDN Parse the signing request and return the DN
Public methodSignCertificateRequest Signs request with signWithCertificate
Top
See Also