Click or drag to resize

AdoDataSigningCertificateManagerServiceGetSigningCertificates(Type, NameValueCollection) Method

Get all the signing certificates that are registered for classOfIdentity

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public IEnumerable<X509Certificate2> GetSigningCertificates(
	Type classOfIdentity,
	NameValueCollection filter
)

Parameters

classOfIdentity  Type
The classification of the identities for which certificates should be retrieved
filter  NameValueCollection
The query expression to filter

Return Value

IEnumerableX509Certificate2
A query result set of all the signing certificates

Implements

IDataSigningCertificateManagerServiceGetSigningCertificates(Type, NameValueCollection)
See Also