public static CrlDistPoint GetInstance(
Asn1TaggedObject obj,
bool explicitly
)
Public Shared Function GetInstance (
obj As Asn1TaggedObject,
explicitly As Boolean
) As CrlDistPoint
public:
static CrlDistPoint^ GetInstance(
Asn1TaggedObject^ obj,
bool explicitly
)
Org.BouncyCastle.Asn1.X509.CrlDistPoint.GetInstance = function(obj, explicitly);