Click or drag to resize

BridgedDataSigningCertificateManagerGetSigningCertificates(Type, NameValueCollection) Method

Get all the signing certificates that are registered for classOfIdentity

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
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