mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-27 01:12:25 +00:00
7 lines
154 B
C#
7 lines
154 B
C#
namespace SharpCompress.Compressor.LZMA.Utilites
|
|
{
|
|
internal interface IPasswordProvider
|
|
{
|
|
string CryptoGetTextPassword();
|
|
}
|
|
} |