Exemple #1
0
 public GeneralName(
     X509Name directoryName)
 {
     this.obj = directoryName;
     this.tag = 4;
 }
 public void SetIssuer(
     X509Name issuer)
 {
     this.issuer = issuer;
 }
 public void SetSubject(
     X509Name subject)
 {
     this.subject = subject;
 }