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