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

Syntax

C#
public IX509Store GetCertificates(
	string type
)
Visual Basic
Public Function GetCertificates ( _
	type As String _
) As IX509Store
Visual C++
public:
IX509Store^ GetCertificates(
	String^ type
)

Parameters

type
Type: System..::..String

Return Value

The certificates, if any, associated with the response.

Exceptions

ExceptionCondition
Org.BouncyCastle.Ocsp..::..OcspExceptionIn the event of an encoding error.

See Also