Class CrlDistPoint
- Namespace
- Org.BouncyCastle.Asn1.X509
- Assembly
- BouncyCastle.Cryptography.dll
public class CrlDistPoint : Asn1Encodable, IAsn1Convertible
- Inheritance
-
CrlDistPoint
- Implements
- Inherited Members
Constructors
CrlDistPoint(DistributionPoint[])
public CrlDistPoint(DistributionPoint[] points)
Parameters
pointsDistributionPoint[]
Methods
FromExtensions(X509Extensions)
public static CrlDistPoint FromExtensions(X509Extensions extensions)
Parameters
extensionsX509Extensions
Returns
GetDistributionPoints()
public DistributionPoint[] GetDistributionPoints()
Returns
GetInstance(Asn1TaggedObject, bool)
public static CrlDistPoint GetInstance(Asn1TaggedObject obj, bool explicitly)
Parameters
objAsn1TaggedObjectexplicitlybool
Returns
GetInstance(object)
public static CrlDistPoint GetInstance(object obj)
Parameters
objobject
Returns
GetTagged(Asn1TaggedObject, bool)
public static CrlDistPoint GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObjectAsn1TaggedObjectdeclaredExplicitbool
Returns
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.