Click or drag to resize

UpstreamCertificateAssociationManagerRemoveIdentityMap Method

Removes the certificate mapping between identityToBeUnMapped and authenticationCertificate

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

Parameters

identityToBeUnMapped  IIdentity
The identity which is being removed from the certificate mapping
authenticationCertificate  X509Certificate2
The authentication certificate to remove
authenticatedPrincipal  IPrincipal
The principal which is removing the certificate mapping

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Security.UpstreamCertificateAssociationManager.RemoveIdentityMap(System.Security.Principal.IIdentity,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Principal.IPrincipal)"]

Implements

ICertificateIdentityProviderRemoveIdentityMap(IIdentity, X509Certificate2, IPrincipal)
See Also