Files
hcs/Hcs.ClientNet/GostCryptography/Asn1/Ber/Asn1Status.cs

8 lines
141 B
C#

namespace GostCryptography.Asn1.Ber
{
public static class Asn1Status
{
public const int IndefiniteLength = -9999;
}
}