Beispiel #1
0
 private void Decode()
 {
     this.m_documentName = PkcsUtils.DecodeOctetString(this.RawData);
     this.m_decoded      = true;
 }