Click or drag to resize

IDataSigningCertificateManagerServiceExAddSigningCertificates Method

Adds multiple signing certificates to the identity

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
void AddSigningCertificates(
	IIdentity identity,
	IEnumerable<X509Certificate2> x509Certificates,
	IPrincipal principal
)

Parameters

identity  IIdentity
The identity to add signing credentials for
x509Certificates  IEnumerableX509Certificate2
The certificates to add to the identity
principal  IPrincipal
The principal performing the operation
See Also