DistributionPointName constructor

DistributionPointName(
  1. int choice,
  2. GeneralNames? generalNames,
  3. RelativeDistinguishedName? relativeDistinguishedName
)

Implementation

DistributionPointName(
    this.choice, this.generalNames, this.relativeDistinguishedName);