namespace Org.BouncyCastle.Asn1{ /** * basic interface for Der string objects. */ public interface IAsn1String { string GetString(); } }