Click or drag to resize

BridgedDataSigningCertificateManagerGetCertificateIdentities Method

Get all associated identities for the provided certificate

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

Implements

IDataSigningCertificateManagerServiceGetCertificateIdentities(X509Certificate2)
See Also