Click or drag to resize

IDataSigningCertificateManagerServiceEx Interface

Data signing certificate manager service that provides extended functions

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

The IDataSigningCertificateManagerServiceEx 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
(Inherited from IDataSigningCertificateManagerService)
Public methodAddSigningCertificates Adds multiple signing certificates to the identity
Public methodGetCertificateIdentities Get all associated identities for the provided certificate
(Inherited from IDataSigningCertificateManagerService)
Public methodGetSigningCertificates(IIdentity) Gets signing certificates associated with identity
(Inherited from IDataSigningCertificateManagerService)
Public methodGetSigningCertificates(Type, NameValueCollection) Get all the signing certificates that are registered for classOfIdentity
(Inherited from IDataSigningCertificateManagerService)
Public methodRemoveSigningCertificate Removes a signing certificate from an identity
(Inherited from IDataSigningCertificateManagerService)
Public methodTryGetSigningCertificateByHash Get configured certificate by hash
(Inherited from IDataSigningCertificateManagerService)
Public methodTryGetSigningCertificateByThumbprint Get any configured signing certificate based on the thumbprint
(Inherited from IDataSigningCertificateManagerService)
Top
See Also