Class DistributionPointName
- Namespace
- Org.BouncyCastle.Asn1.X509
- Assembly
- BouncyCastle.Cryptography.dll
public class DistributionPointName : Asn1Encodable, IAsn1Convertible, IAsn1Choice
- Inheritance
-
DistributionPointName
- Implements
- Inherited Members
Constructors
DistributionPointName(GeneralNames)
public DistributionPointName(GeneralNames name)
Parameters
nameGeneralNames
DistributionPointName(int, Asn1Encodable)
public DistributionPointName(int type, Asn1Encodable name)
Parameters
typeintnameAsn1Encodable
Fields
FullName
public const int FullName = 0
Field Value
NameRelativeToCrlIssuer
public const int NameRelativeToCrlIssuer = 1
Field Value
Properties
Name
public Asn1Encodable Name { get; }
Property Value
PointType
[Obsolete("Use 'Type' instead")]
public int PointType { get; }
Property Value
Type
public int Type { get; }
Property Value
Methods
GetInstance(Asn1TaggedObject, bool)
public static DistributionPointName GetInstance(Asn1TaggedObject obj, bool explicitly)
Parameters
objAsn1TaggedObjectexplicitlybool
Returns
GetInstance(object)
public static DistributionPointName GetInstance(object obj)
Parameters
objobject
Returns
GetOptional(Asn1Encodable)
public static DistributionPointName GetOptional(Asn1Encodable element)
Parameters
elementAsn1Encodable
Returns
GetTagged(Asn1TaggedObject, bool)
public static DistributionPointName 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.