Click or drag to resize

UpstreamCertificateAssociationManagerAddIdentityMap Method

Maps identityToBeMapped to authenticationCertificate so that calls to Authenticate(X509Certificate2) may establish security principals

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void AddIdentityMap(
	IIdentity identityToBeMapped,
	X509Certificate2 authenticationCertificate,
	IPrincipal authenticatedPrincipal
)

Parameters

identityToBeMapped  IIdentity
The identity (either a user, IApplicationIdentity or IDeviceIdentity to be mapped)
authenticationCertificate  X509Certificate2
The authentication certificate to associated with identityToBeMapped
authenticatedPrincipal  IPrincipal
The prinicpal which is assigning this association

Implements

ICertificateIdentityProviderAddIdentityMap(IIdentity, X509Certificate2, IPrincipal)
See Also