Click or drag to resize

IDataSigningCertificateManagerService Interface

Represents a service which manages associations between various identities

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

The IDataSigningCertificateManagerService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodAddSigningCertificate Adds a signing certificate to the identity
Public methodGetCertificateIdentities Get all associated identities for the provided certificate
Public methodGetSigningCertificates(IIdentity) Gets signing certificates associated with identity
Public methodGetSigningCertificates(Type, NameValueCollection) Get all the signing certificates that are registered for classOfIdentity
Public methodRemoveSigningCertificate Removes a signing certificate from an identity
Public methodTryGetSigningCertificateByHash Get configured certificate by hash
Public methodTryGetSigningCertificateByThumbprint Get any configured signing certificate based on the thumbprint
Top
See Also