Click or drag to resize

UpstreamCertificateAssociationManagerGetSigningCertificates(IIdentity) Method

Gets signing certificates associated with identity

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IEnumerable<X509Certificate2> GetSigningCertificates(
	IIdentity identity
)

Parameters

identity  IIdentity
The identity for which signing credentials should be obtained

Return Value

IEnumerableX509Certificate2
Registered signing credentials

Implements

IDataSigningCertificateManagerServiceGetSigningCertificates(IIdentity)
See Also