Click or drag to resize

BridgedDataSigningCertificateManagerAddSigningCertificate Method

Adds a signing certificate to the identity

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void AddSigningCertificate(
	IIdentity identity,
	X509Certificate2 x509Certificate,
	IPrincipal principal
)

Parameters

identity  IIdentity
The identity to add signing credentials for
x509Certificate  X509Certificate2
The certificate name
principal  IPrincipal
The principal performing the operation

Implements

IDataSigningCertificateManagerServiceAddSigningCertificate(IIdentity, X509Certificate2, IPrincipal)
See Also