Example #1
0
 public void AddSubjectKeyId(string subjectKeyId)
 {
     if (_subjectKeyIds == null)
     {
         _subjectKeyIds = new ArrayList();
     }
     _subjectKeyIds.Add(X509Utils.DecodeHexString(subjectKeyId));
 }