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,
	Asn1Object locator
)
Visual Basic
Public Sub New ( _
	issuer As X509Name, _
	locator As Asn1Object _
)
Visual C++
public:
ServiceLocator(
	X509Name^ issuer, 
	Asn1Object^ locator
)

See Also