Table of Contents

Class AttCertValidityPeriod

Namespace
Enterprises.Org.BouncyCastle.Asn1.X509
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class AttCertValidityPeriod : Asn1Encodable, IAsn1Convertible
Inheritance
AttCertValidityPeriod
Implements
Inherited Members

Constructors

AttCertValidityPeriod(DerGeneralizedTime, DerGeneralizedTime)

public AttCertValidityPeriod(DerGeneralizedTime notBeforeTime, DerGeneralizedTime notAfterTime)

Parameters

notBeforeTime DerGeneralizedTime
notAfterTime DerGeneralizedTime

Properties

NotAfterTime

public DerGeneralizedTime NotAfterTime { get; }

Property Value

DerGeneralizedTime

NotBeforeTime

public DerGeneralizedTime NotBeforeTime { get; }

Property Value

DerGeneralizedTime

Methods

GetInstance(Asn1TaggedObject, bool)

public static AttCertValidityPeriod GetInstance(Asn1TaggedObject obj, bool explicitly)

Parameters

obj Asn1TaggedObject
explicitly bool

Returns

AttCertValidityPeriod

GetInstance(object)

public static AttCertValidityPeriod GetInstance(object obj)

Parameters

obj object

Returns

AttCertValidityPeriod

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object