Click or drag to resize

VerifyCertificateResponseInvalid Method (IListCertificateVerificationStatus)

Creates a VerifyCertificateResponse that notifies the engine that the given certificate is invalid with the specific CertificateVerificationStatus.

Namespace:  DotNetBrowser.Net.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.0
Syntax
C#
public static VerifyCertificateResponse Invalid(
	IList<CertificateVerificationStatus> certificateVerificationStatuses
)

Parameters

certificateVerificationStatuses
Type: System.Collections.GenericIListCertificateVerificationStatus
The list of statuses that explain why the certificate is invalid.

Return Value

Type: VerifyCertificateResponse
The VerifyCertificateResponse instance that can be used as a return value in VerifyCertificateHandler implementation.
Remarks

If the status list is null or empty the Invalid value will be used.

See Also