Click or drag to resize

ICertificateValidatorValidateCertificate Method

Determines if the remote certificate is valid

Namespace: SanteDB.Core.Http
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
bool ValidateCertificate(
	X509Certificate2 certificate,
	X509Chain chain
)

Parameters

certificate  X509Certificate2
Certificate.
chain  X509Chain
Chain.

Return Value

Boolean
true, if certificate was validated, false otherwise.
See Also