IAsn1String public interface IAsn1String Documentation Code namespace Org.BouncyCastle.Asn1 { public interface IAsn1String { string GetString(); } }