C-DEngine 5.105

IHttpInterceptor..::..ValidateCertificateRoot Method

New in V4.301: Validates the root of a ClientCertificate if RequiredClientCertRootThumbprints is set in the configuration

Namespace:  nsCDEngine.Communication
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


string ValidateCertificateRoot(
	TheRequestData pReq
)
Function ValidateCertificateRoot ( _
	pReq As TheRequestData _
) As String
String^ ValidateCertificateRoot(
	TheRequestData^ pReq
)

Parameters

pReq
Type: nsCDEngine.ViewModels..::..TheRequestData
TheRequestData containing a Client Certificate

Return Value

empty string if sucess, otherwise contains error during the processing