8 lines
141 B
C#
8 lines
141 B
C#
namespace GostCryptography.Asn1.Ber
|
|
{
|
|
public static class Asn1Status
|
|
{
|
|
public const int IndefiniteLength = -9999;
|
|
}
|
|
}
|