<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />

Accuracy

public class Accuracy : Asn1Encodable
protected const int MaxMicros = 999

protected const int MaxMillis = 999

protected const int MinMicros = 1

protected const int MinMillis = 1

public DerInteger Micros { get; }

public DerInteger Millis { get; }

public DerInteger Seconds { get; }

public Accuracy(DerInteger seconds, DerInteger millis, DerInteger micros)

public static Accuracy GetInstance(object obj)

public static Accuracy GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)