Initializes a new instance of the ServiceLocator class

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

Syntax

C#
public ServiceLocator(
	X509Name issuer
)
Visual Basic
Public Sub New ( _
	issuer As X509Name _
)
Visual C++
public:
ServiceLocator(
	X509Name^ issuer
)

See Also