Files
hcs/Hcs.ClientNet/GostCryptography/Asn1/NullParams.cs

9 lines
131 B
C#

using GostCryptography.Asn1.Ber;
namespace GostCryptography.Asn1
{
public sealed class NullParams : Asn1Null
{
}
}