SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

InterimValidationResult Property

Contains the validation status of the moment.

Syntax

public CertificatevalidatorInterimValidationResults InterimValidationResult { get; set; }

enum CertificatevalidatorInterimValidationResults { cvtValid, cvtValidButUntrusted, cvtInvalid, cvtCantBeEstablished }
Public Property InterimValidationResult As CertificatevalidatorInterimValidationResults

Enum CertificatevalidatorInterimValidationResults cvtValid cvtValidButUntrusted cvtInvalid cvtCantBeEstablished End Enum

Default Value

0

Remarks

Over the course of the validation process, the validator maintains an interim validity status for the chain that is being processed. This status is influenced by every single step of the validation routine, and may change along the way, before the end of the chain is reached and the final validation conclusion is drawn.

Use this property to check the interim validity status mid-flight.

cvtValid0The chain is valid

cvtValidButUntrusted1The chain is valid, but the root certificate is not trusted

cvtInvalid2The chain is not valid (some of certificates are revoked, expired, or contain an invalid signature)

cvtCantBeEstablished3The validity of the chain cannot be established because of missing or unavailable validation information (certificates, CRLs, or OCSP responses)

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 .NET Edition - Version 20.0 [Build 8166]