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