Add migrated to .NET 8.0 variant of Hcs.Client
This commit is contained in:
12
Hcs.ClientNet/GostCryptography/Asn1/Ber/IAsn1InputStream.cs
Normal file
12
Hcs.ClientNet/GostCryptography/Asn1/Ber/IAsn1InputStream.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace GostCryptography.Asn1.Ber
|
||||
{
|
||||
public interface IAsn1InputStream
|
||||
{
|
||||
int Available();
|
||||
void Close();
|
||||
void Mark();
|
||||
bool MarkSupported();
|
||||
void Reset();
|
||||
long Skip(long nbytes);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user