Namespace: Org.BouncyCastle.Crypto.Tls
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
bool IsValid(
	X509CertificateStructure[] certs
)
Visual Basic
Function IsValid ( _
	certs As X509CertificateStructure() _
) As Boolean
Visual C++
bool IsValid(
	array<X509CertificateStructure^>^ certs
)

Parameters

certs
Type: array<Org.BouncyCastle.Asn1.X509..::..X509CertificateStructure>[]()[][]
The certs, which are part of the chain.

Return Value

True, if the chain is accepted, false otherwise

See Also