7 lines
88 B
C#
7 lines
88 B
C#
namespace Org.BouncyCastle.Bcpg;
|
|
|
|
public interface IBcpgKey
|
|
{
|
|
string Format { get; }
|
|
}
|