Exemple #1
0
 void getTextValue(Asn1Reader asn)
 {
     if (asn.IsConstructed)
     {
         return;
     }
     try {
         TextValue = Asn1Utils.GetViewValue(asn);
     } catch {
         invalidData = true;
     }
 }