Add migrated to .NET 8.0 variant of Hcs.Client
This commit is contained in:
7
Hcs.ClientNet/GostCryptography/Asn1/Ber/Asn1Status.cs
Normal file
7
Hcs.ClientNet/GostCryptography/Asn1/Ber/Asn1Status.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace GostCryptography.Asn1.Ber
|
||||
{
|
||||
public static class Asn1Status
|
||||
{
|
||||
public const int IndefiniteLength = -9999;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user