Click or drag to resize

UpstreamCertificateAssociationManagerAuthenticate Method

Authenticates a IPrincipal instance based on the certificate mapping for authenticationCertificate

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IPrincipal Authenticate(
	X509Certificate2 authenticationCertificate
)

Parameters

authenticationCertificate  X509Certificate2
The public key which is used to authenticate the principal

Return Value

IPrincipal
The authenticated prinicpal

Implements

ICertificateIdentityProviderAuthenticate(X509Certificate2)
Remarks
Implementations of this interface should validate that the certificate is authenticate and that it is not revoked.
See Also