Click or drag to resize

IDataSigningCertificateManagerServiceGetCertificateIdentities Method

Get all associated identities for the provided certificate

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IEnumerable<IIdentity> GetCertificateIdentities(
	X509Certificate2 certificate
)

Parameters

certificate  X509Certificate2
The certificate for which there is an identity assigned

Return Value

IEnumerableIIdentity
The known identities for the certificate
See Also