Click or drag to resize

UserInterfaceCertificateValidatorValidateCertificate Method

Determines if the remote certificate is valid

Namespace: SanteDB.Client.UserInterface
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public bool ValidateCertificate(
	X509Certificate2 certificate,
	X509Chain chain
)

Parameters

certificate  X509Certificate2
Certificate.
chain  X509Chain
Chain.

Return Value

Boolean
true, if certificate was validated, false otherwise.

Implements

ICertificateValidatorValidateCertificate(X509Certificate2, X509Chain)
See Also